From: jinhyung.jo Date: Fri, 13 Sep 2013 06:38:28 +0000 (+0900) Subject: VIGS : fixed a coding mistake X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0535f245405e587292492ef3e09fc46fd0b5cab9;p=sdk%2Femulator%2Fqemu.git VIGS : fixed a coding mistake Add a character on end of struct, ';' It causes a build errors on MacOS. Change-Id: Ibb68be170a39b0987f81423b9f9ceef3959c1103 Signed-off-by: Jinhyung Jo --- diff --git a/hw/vigs_gl_backend_agl.c b/hw/vigs_gl_backend_agl.c index 19c581526a..5d3d3fc90c 100644 --- a/hw/vigs_gl_backend_agl.c +++ b/hw/vigs_gl_backend_agl.c @@ -4,7 +4,7 @@ struct vigs_gl_backend_agl { struct vigs_gl_backend base; -} +}; struct vigs_backend *vigs_gl_backend_create(void *display) {