diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-docfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 849ff25397e..3045dc305f2 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -629,7 +629,7 @@ scan_lisp_file (filename, mode) | |||
| 629 | continue; | 629 | continue; |
| 630 | } | 630 | } |
| 631 | /* Skip the line break. */ | 631 | /* Skip the line break. */ |
| 632 | while (c == '\n' || c != '\r') | 632 | while (c == '\n' || c == '\r') |
| 633 | c = getc (infile); | 633 | c = getc (infile); |
| 634 | /* Detect a dynamic doc string and save it for the next expression. */ | 634 | /* Detect a dynamic doc string and save it for the next expression. */ |
| 635 | if (c == '#') | 635 | if (c == '#') |