X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/35684c08a8429cf1c1148c74d2df8cdf4c31bbac..ae2e55ea361bf632ba771264e07ec674123b0446:/src/commands.c diff --git a/src/commands.c b/src/commands.c index dea4219..29184d5 100644 --- a/src/commands.c +++ b/src/commands.c @@ -45,7 +45,7 @@ retry: tmp = realloc(buf, rc + 1); if (!tmp) { - print_error("%s", _("failed to allocate memory)")); + print_error("%s", _("failed to allocate memory")); return NULL; }