]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Cleanup of code layout only
[mmh] / sbr / fmt_compile.c
index 173f12d44c0f8e5eb3a10b4a059c2855735efbb7..1fc5f36d9984831c7609bb64e0f6d005d3b5b47b 100644 (file)
@@ -289,7 +289,7 @@ compile_error(char *str, char *cp)
        }
 
        advise(NULL, "\"%s\": format compile error - %s",
-                  &usr_fstring[errpos-errctx], str);
+                       &usr_fstring[errpos-errctx], str);
        adios(NULL, "%*s", errctx+1, "^");
 }