summaryrefslogtreecommitdiff
path: root/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.c')
-rw-r--r--image/png.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/png.c b/image/png.c
index 79ab248dc..15c6e07aa 100644
--- a/image/png.c
+++ b/image/png.c
@@ -325,7 +325,6 @@ static bool nspng_convert(struct content *c)
msg_data.error = messages_get("PNGError");
content_broadcast(c, CONTENT_MSG_ERROR, msg_data);
- c->status = CONTENT_STATUS_ERROR;
return false;
}