[console] remove stray semicolon

This commit is contained in:
Ray Strode 2009-11-12 09:10:12 -05:00
parent 92dd3083d0
commit fa912fbf5d

View 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)