]> diplodocus.org Git - nmh/blobdiff - sbr/ctype-checked.c
new.c: Order two return statements to match comment.
[nmh] / sbr / ctype-checked.c
index 1cfdfae28eab665ccd3240e78743c2e460587b95..4f2a15d345b9e558a622a417797ca2601c251326 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * sbr/ctype-checked.c:  checks char isn't used as the value for each of
+/* ctype-checked.c -- checks char isn't used as the value for each of
  *     the ctype functions
  *
  * This code is Copyright (c) 2016, by the authors of nmh.
@@ -45,6 +44,6 @@ int ctype_identity[257] = {
 
 /* Need to put a symbol in the .c file with NDEBUG so the compilation
  * unit isn't empty. */
-void ctype_checked();
+void ctype_checked(void);
 
 #endif