From: Charles Brej Date: Wed, 19 Nov 2008 16:22:01 +0000 (+0000) Subject: Typo missing semicolon. X-Git-Tag: 0.6.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6222e35e08e0412432c01f5e2e5f2e94489b7b33;p=thirdparty%2Fplymouth.git Typo missing semicolon. --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 8ab5cad8..b6ecf433 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -241,7 +241,7 @@ ply_boot_splash_show (ply_boot_splash_t *splash) if (splash->plugin_interface->on_boot_progress != NULL) { - ply_boot_splash_update_progress (splash) + ply_boot_splash_update_progress (splash); } splash->is_shown = true;