diff options
Diffstat (limited to 'src/seq.c')
| -rw-r--r-- | src/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ struct layout Return if the string is correct else signal error. */ static operand -scan_arg (const char *arg) +scan_arg (char const *arg) { operand ret; |
