]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Typo missing semicolon.
authorCharles Brej <cbrej@cs.man.ac.uk>
Wed, 19 Nov 2008 16:22:01 +0000 (16:22 +0000)
committerCharles Brej <cbrej@cs.man.ac.uk>
Wed, 19 Nov 2008 16:22:01 +0000 (16:22 +0000)
src/ply-boot-splash.c

index 8ab5cad88339a43224c35dd6d8494047873a508d..b6ecf433624475d7b1c609a50f23816f4adfa807 100644 (file)
@@ -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;