diff options
Diffstat (limited to 'mailcheck.c')
-rw-r--r-- | mailcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailcheck.c b/mailcheck.c index a4d3670..329ece7 100644 --- a/mailcheck.c +++ b/mailcheck.c @@ -283,7 +283,7 @@ parse_mailpath_spec (str) continue; } if (*s == '?' || *s == '%') - return s; + return s; } return ((char *)NULL); } |