mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Fix syntax error.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// This file may only be copied under the terms of the GNU General
|
||||
// Public License - see the file COPYING in the Mercury distribution.
|
||||
//
|
||||
// File: move_backslash.c
|
||||
// File: pad_backslash.c
|
||||
// Author: zs
|
||||
//
|
||||
// Given an input stream in which some lines end with backslashes, pad those
|
||||
@@ -112,3 +112,4 @@ process(FILE *fp)
|
||||
cur_column++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user