summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 1775e4870..b24ae1c88 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2769,8 +2769,7 @@ void ami_get_msg(void)
void ami_change_tab(struct gui_window_2 *gwin, int direction)
{
struct Node *tab_node = gwin->gw->tab_node;
- struct Node *ptab;
- ULONG ptabnum = 0;
+ struct Node *ptab = NULL;
if(gwin->tabs <= 1) return;