cosmetic: Remove a few double semicolons

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Derek Foreman
2015-10-07 11:51:29 -05:00
committed by Bryce Harrington
parent bc5d849c9d
commit bdc8c721e4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)