Skip to content
Snippets Groups Projects
Commit 6364631c authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed a typo.

Rev: bin/mkpeep.pike:1.17
parent 5468a126
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#pragma strict_types
/* $Id: mkpeep.pike,v 1.16 2000/05/16 18:31:54 hubbe Exp $ */
/* $Id: mkpeep.pike,v 1.17 2000/06/10 11:12:51 mast Exp $ */
#define JUMPBACK 3
......@@ -444,7 +444,7 @@ int main(int argc, string *argv)
write(" fprintf(stderr,\" \");\n");
write(" dump_instr(instr(e));\n");
write(" }\n");
write(" fprintf(stderr,\"\\\n\");\n");
write(" fprintf(stderr,\"\\n\");\n");
write(" }\n");
write("#endif\n\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment