summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2015-10-07 11:51:29 -0500
committerBryce Harrington <bryce@osg.samsung.com>2015-10-07 11:22:03 -0700
commitbdc8c721e44e214990af7212815eab573b0d18cd (patch)
treed17247be41f1cb20a92a33788695a040e43921ce /clients
parentbc5d849c9d2088b22744d40840b5663c2ea4f385 (diff)
downloadweston-bdc8c721e44e214990af7212815eab573b0d18cd.tar.gz
cosmetic: Remove a few double semicolons
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
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)