diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -847,7 +847,7 @@ separator_string (const char *optarg_S) int main (int argc, char **argv) { - int n_files; + unsigned int n_files; bool old_options = false; bool old_w = false; bool old_s = false; |