diff options
Diffstat (limited to 'src/cut.c')
| -rw-r--r-- | src/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ enum operating_mode }; /* The name this program was run with. */ -char *program_name; +char const *program_name; static enum operating_mode operating_mode; |
