From 6222e35e08e0412432c01f5e2e5f2e94489b7b33 Mon Sep 17 00:00:00 2001 From: Charles Brej Date: Wed, 19 Nov 2008 16:22:01 +0000 Subject: [PATCH] Typo missing semicolon. --- src/ply-boot-splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;