]> git.lyx.org Git - lyx.git/blobdiff - src/support/strerror.c
cmake: Use provided gmo-files if platform lacks python or gettext tools.
[lyx.git] / src / support / strerror.c
index adf217865f0ebc34c4803a39b3006147fa028fd2..b678ddadcce14682d7e18dfde03106dc1e1ef3e2 100644 (file)
@@ -5,13 +5,13 @@
 
 #include <config.h>
 
-/*     $Id: strerror.c,v 1.3 2000/08/04 13:12:30 lasgouttes Exp $      */
+/*     $Id: strerror.c,v 1.3 2000/08/04 13:12:30 lasgouttes Exp $      */
 
 #if !defined(lint) && !defined(WITH_WARNINGS)
 static char vcid[] = "$Id: strerror.c,v 1.3 2000/08/04 13:12:30 lasgouttes Exp $";
 #endif /* lint */
 
-extern int     sys_nerr ;
+extern int     sys_nerr ;
 extern char *  sys_errlist [] ;
 
 char * strerror (int errnum)