]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
Use C's `++', `+=', etc., not the longhand.
[nmh] / sbr / fmt_compile.c
index f7fcff2b6afd545ae9ca9a732c4d342e65660677..27359d9b6542ec8a182c633254b359c44a7b8aa2 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * fmt_compile.c -- "compile" format strings for fmt_scan
+/* fmt_compile.c -- "compile" format strings for fmt_scan
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -375,7 +373,7 @@ compile_error(char *str, char *cp)
            usr_fstring[i] = '_';
     }
 
-    advise(NULL, "\"%s\": format compile error - %s",
+    inform("\"%s\": format compile error - %s",
           &usr_fstring[errpos-errctx], str);
     adios (NULL, "%*s", errctx+1, "^");
 }