summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/image.c b/clients/image.c
index 41263054..db9ccd64 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -359,7 +359,7 @@ image_create(struct display *display, const char *filename,
int *image_counter)
{
struct image *image;
- char *b, *copy, title[512];;
+ char *b, *copy, title[512];
image = zalloc(sizeof *image);
if (image == NULL)