]> andersk Git - moira.git/blobdiff - lib/fixname.c
Fix another freeing-memory-we-didn't-malloc bug in AddMachine. This
[moira.git] / lib / fixname.c
index ae133a412cdc30ba02ddc878fbb148520deffe19..dd300bf7e12615f9ec86966653d3e54dab0d6c47 100644 (file)
@@ -10,7 +10,7 @@
 
 #ifndef lint
 static char *rcsid_fixname_c = "$Header$";
-#endif lint
+#endif
 
 #include <mit-copyright.h>
 #include <string.h>
@@ -48,7 +48,7 @@ void FixName(ilnm, ifnm, last, first, middle)
 #ifdef notdef
                /* okay, finish up first name */
        AppendJrOrIII(ifnm, &ends_jr, &ends_ii, &ends_iii, &ends_iv, &ends_v);
-#endif notdef
+#endif
        strncpy(first, ifnm, FIRST_LEN);
 }
 
This page took 0.030463 seconds and 4 git commands to generate.