]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[console] remove stray semicolon
authorRay Strode <rstrode@redhat.com>
Thu, 12 Nov 2009 14:10:12 +0000 (09:10 -0500)
committerRay Strode <rstrode@redhat.com>
Thu, 12 Nov 2009 14:10:12 +0000 (09:10 -0500)
src/libplybootsplash/ply-console.c

index 10e8ce4ef7791de59f9cf43236ff9d5574103891..587345842951f3da271759401c00da88830b518d 100644 (file)
@@ -193,7 +193,7 @@ ply_console_watch_for_vt_changes (ply_console_t *console)
 
   struct vt_mode mode = { 0 };
 
-  if (console->fd < 0);
+  if (console->fd < 0)
     return;
 
   if (console->is_watching_for_vt_changes)