* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
[gnulib.git] / lib / snprintf.h
index 18628f6..5032b9e 100644 (file)
@@ -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 <stdio.h>
 
 #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 */