summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index db35e10..8d42aa8 100644
--- a/read.c
+++ b/read.c
@@ -1544,7 +1544,7 @@ find_percent (pattern)
struct nameseq *
parse_file_seq (stringp, stopchar, size, strip)
char **stringp;
- char stopchar;
+ int stopchar;
unsigned int size;
int strip;
{