cosmetic: Remove a few double semicolons
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
bc5d849c9d
commit
bdc8c721e4
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user