]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Nop (coding style).
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 13:25:18 +0000 (13:25 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 13:25:18 +0000 (13:25 +0000)
src/gettext.c
src/msgcmp.c

index 9692b50be01cb812d1c1d3cafeb00872da4e298a..18a2b65342ff1a80bb1246c3da6c9df2efe182ae 100644 (file)
@@ -67,7 +67,7 @@ static void usage PARAMS ((int __status))
      __attribute__ ((noreturn))
 #endif
 ;
-static const char *expand_escape PARAMS((const char *__str));
+static const char *expand_escape PARAMS ((const char *__str));
 
 int
 main (argc, argv)
index 40fc2370e6e62fa14dcb21c54b015a78992eb2ff..e46db620e7459db35a6731ab0932a73145e4000f 100644 (file)
@@ -428,9 +428,9 @@ grammar (filename)
   po_ty *pop;
   message_list_ty *mlp;
 
-  pop = po_alloc(&compare_methods);
-  po_scan(pop, filename);
+  pop = po_alloc (&compare_methods);
+  po_scan (pop, filename);
   mlp = ((compare_class_ty *)pop)->mlp;
-  po_free(pop);
+  po_free (pop);
   return mlp;
 }