mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-23 09:42:56 +02:00
Fix some error messages.
This commit is contained in:
@@ -235,6 +235,12 @@ int DoFset(ParsePtr p)
|
||||
return r;
|
||||
}
|
||||
|
||||
c = ParseNonSpaceChar(p, &r, 1);
|
||||
if (c != 0) {
|
||||
DestroyUserFunc(func);
|
||||
return E_EXPECTING_EOL;
|
||||
}
|
||||
|
||||
/* Save the argument names */
|
||||
if (func->nargs) {
|
||||
func->args = calloc(sizeof(char *), func->nargs);
|
||||
|
||||
Reference in New Issue
Block a user