Commit cc31a4a6 authored by Steve Holme's avatar Steve Holme
Browse files

tool_main: Corrected typo from commit d6b9f054 in Symbian code

parent 665096e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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