diff options
Diffstat (limited to 'contrib/csup/rcsparse.c')
-rw-r--r-- | contrib/csup/rcsparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/csup/rcsparse.c b/contrib/csup/rcsparse.c index 682f113..5ea690c 100644 --- a/contrib/csup/rcsparse.c +++ b/contrib/csup/rcsparse.c @@ -309,7 +309,7 @@ parse_deltatexts(struct rcsfile *rf, yyscan_t *sp, int token) error = 0; /* In case we don't have deltatexts. */ if (token != NUM) - return (token); + return (-1); do { /* num */ assert(token == NUM); |