summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-01-09 12:54:33 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-01-09 12:54:33 +0000
commit2d9f33ba3d4db5355c7b61386b408a08662f00cd (patch)
tree0d17f30580770f9401010c779a84b6cd0f70aa8c /misc.c
parenta3dde3e7193ab3c01886dd0fca80c87b0b1b707c (diff)
"# line" -> #line
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index e5eacb7..72741ab 100644
--- a/misc.c
+++ b/misc.c
@@ -391,7 +391,7 @@ int do_infile;
{
char directive[MAXLINE], filename[MAXLINE];
char *s1, *s2, *s3;
- static char line_fmt[] = "# line %d \"%s\"\n";
+ static char line_fmt[] = "#line %d \"%s\"\n";
if ( ! gen_line_dirs )
return;