From 0d607a535393e11f96006e6f7af74ea76ddaa513 Mon Sep 17 00:00:00 2001 From: Clifford Matthews Date: Sun, 14 Jun 2009 23:10:20 -0600 Subject: [PATCH] Fixed arrow bug introduced in last commit. --- src/emutraptables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emutraptables.c b/src/emutraptables.c index 07243bc..d02778f 100644 --- a/src/emutraptables.c +++ b/src/emutraptables.c @@ -1194,6 +1194,7 @@ toolstuff_t pstuff[] = { { { _Key1Trans, -1 }, (void *) 0}, { { _Key2Trans, -1 }, (void *) 0}, + { { NULL /* was C_ROMlib_licensefilt */, NULL /* was PTOC_ROMlib_licensefilt */ }, (void *) 0 }, { { C_unixmount, PTOC_unixmount }, (void *) 0 }, { { C_GestaltTablesOnly, PTOC_GestaltTablesOnly }, (void *) 0 }, { { C_sound_timer_handler, 0 }, (void *) 0 },