From e7e6ce81cd9254460bd305a823d91c8f4057f556 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 12 Mar 2012 12:21:26 +0100 Subject: [PATCH] fixed a bug --- source/libwiigui/gui_keyboard.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/libwiigui/gui_keyboard.cpp b/source/libwiigui/gui_keyboard.cpp index 474d54d..58e4cf1 100644 --- a/source/libwiigui/gui_keyboard.cpp +++ b/source/libwiigui/gui_keyboard.cpp @@ -53,7 +53,7 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br) else letterPos = 0; - Key thekeys[4][13] = { + Key thekeys[4][11] = { { {'1','!'}, {'2','@'}, @@ -105,8 +105,6 @@ GuiKeyboard::GuiKeyboard(char * t, u32 max, bool Br) {',','<'}, {'.','>'}, {'/','?'}, - {'\0','\0'}, - {'\0','\0'}, {'\0','\0'} } };