Explorar el Código

Many modifications, mostly in comment

ceriel hace 27 años
padre
commit
e38b178317
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      util/cmisc/tabgen.c

+ 2 - 2
util/cmisc/tabgen.c

@@ -3,13 +3,13 @@
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
 /*
-	chtabgen - character table generator 
+	chtabgen - character table generator
 
 	Author: Erik Baalbergen (..tjalk!erikb)
 	Many mods by Ceriel Jacobs
 */
 
-#include <stdio.h> 
+#include <stdio.h>
 
 #ifndef NORCSID
 static char *RcsId = "$Id$";