From: Ray Strode Date: Thu, 12 Nov 2009 14:10:12 +0000 (-0500) Subject: [console] remove stray semicolon X-Git-Tag: 0.8.0~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa912fbf5d2193b77c457b49c4a80425ac28fecf;p=thirdparty%2Fplymouth.git [console] remove stray semicolon --- diff --git a/src/libplybootsplash/ply-console.c b/src/libplybootsplash/ply-console.c index 10e8ce4e..58734584 100644 --- a/src/libplybootsplash/ply-console.c +++ b/src/libplybootsplash/ply-console.c @@ -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)