]> git.draconx.ca Git - cdecl99.git/blobdiff - src/commands.c
Release 1.2.
[cdecl99.git] / src / commands.c
index dea4219837e624c5f83237ec46efc6fb41d1c061..29184d5ac4641b37119d64e851bdfca39c36f842 100644 (file)
@@ -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;
                }