commit | bdc8c721e44e214990af7212815eab573b0d18cd | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Wed Oct 07 11:51:29 2015 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Wed Oct 07 11:22:03 2015 -0700 |
tree | d17247be41f1cb20a92a33788695a040e43921ce | |
parent | bc5d849c9d2088b22744d40840b5663c2ea4f385 [diff] [blame] |
cosmetic: Remove a few double semicolons Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
diff --git a/clients/image.c b/clients/image.c index 4126305..db9ccd6 100644 --- a/clients/image.c +++ b/clients/image.c
@@ -359,7 +359,7 @@ int *image_counter) { struct image *image; - char *b, *copy, title[512];; + char *b, *copy, title[512]; image = zalloc(sizeof *image); if (image == NULL)