X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsnprintf.h;h=5032b9e8f8817e08268bea9aa63d2317f9c9b460;hb=8be31b6723907bbaa2377fe1e7098cf1182b7d5a;hp=18628f66d8b3c2d92764b1ce901756e566a41f08;hpb=d6fa94ab159dbceb9291e431271f6733bbd586ce;p=gnulib.git diff --git a/lib/snprintf.h b/lib/snprintf.h index 18628f66d..5032b9e8f 100644 --- a/lib/snprintf.h +++ b/lib/snprintf.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef SNPRINTF_H #define SNPRINTF_H @@ -23,7 +23,7 @@ #include #if defined HAVE_DECL_SNPRINTF && !HAVE_DECL_SNPRINTF -int snprintf(char *str, size_t size, const char *format, ...); +int snprintf (char *str, size_t size, const char *format, ...); #endif #endif /* SNPRINTF_H */