tool_main: Corrected typo from commit d6b9f054e9 in Symbian code

This commit is contained in:
Steve Holme 2014-02-23 13:49:46 +00:00
parent 665096e24c
commit cc31a4a645

View File

@ -200,7 +200,7 @@ int main(int argc, char *argv[])
result = operate(global.first, argc, argv);
#ifdef __SYMBIAN32__
if(global->first->showerror)
if(global.first->showerror)
tool_pressanykey();
#endif