Fix tab typo

This commit is contained in:
Keith Winstein
2011-01-31 07:22:13 -05:00
parent 1a2fe97b88
commit 479305816a
+1 -1
View File
@@ -159,7 +159,7 @@ void Ctrl_HTS( Framebuffer *fb, Dispatcher *dispatch __attribute((unused)) )
fb->ds.set_tab();
}
static Function func_Ctrl_HTS( CONTROL, "\x88", Ctrl_HT );
static Function func_Ctrl_HTS( CONTROL, "\x88", Ctrl_HTS );
void CSI_TBC( Framebuffer *fb, Dispatcher *dispatch )
{