aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKenichi Handa2010-01-18 10:07:25 +0900
committerKenichi Handa2010-01-18 10:07:25 +0900
commitb7235808116742ec0a7aacbe53fb80db13ce5ef7 (patch)
treede1a69bba2232b000b9166c3f9accc3f9672c1fa /lib-src
parentf0d138880a572e2b064d5af2668cd3a54a1d0a1e (diff)
parentf53a65903cdb66a73b919617054a69ce8042e495 (diff)
downloademacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.tar.gz
emacs-b7235808116742ec0a7aacbe53fb80db13ce5ef7.zip
Add bug number.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 8cdd47957f6..d49dcf930af 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -6297,7 +6297,7 @@ readline (lbp, stream)
6297 readline (lbp, stream); 6297 readline (lbp, stream);
6298 return; 6298 return;
6299 } /* if a real #line directive */ 6299 } /* if a real #line directive */
6300 } /* if #line is followed by a a number */ 6300 } /* if #line is followed by a number */
6301 } /* if line begins with "#line " */ 6301 } /* if line begins with "#line " */
6302 6302
6303 /* If we are here, no #line directive was found. */ 6303 /* If we are here, no #line directive was found. */