Fix typo in last change.

This commit is contained in:
Jeff Law 1993-11-28 19:57:00 +00:00
parent d53253d854
commit 48c3dee6f0
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ read_a_source_file (name)
if (input_line_pointer[-1] == '\n')
bump_line_counters ();
#if defined (MRI) || defined (LABLES_WITHOUT_COLONS)
#if defined (MRI) || defined (LABELS_WITHOUT_COLONS)
/* Text at the start of a line must be a label, we run down
and stick a colon in. */
if (is_name_beginner (*input_line_pointer))