summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/com_err/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/com_err/parse.y')
-rw-r--r--source4/heimdal/lib/com_err/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/com_err/parse.y b/source4/heimdal/lib/com_err/parse.y
index 194965c349..0c2e5084b5 100644
--- a/source4/heimdal/lib/com_err/parse.y
+++ b/source4/heimdal/lib/com_err/parse.y
@@ -117,7 +117,7 @@ statement : INDEX NUMBER
| EC STRING ',' STRING
{
struct error_code *ec = malloc(sizeof(*ec));
-
+
if (ec == NULL)
errx(1, "malloc");