Skip to content
Snippets Groups Projects
Commit cc31a4a6 authored by Steve Holme's avatar Steve Holme
Browse files

tool_main: Corrected typo from commit d6b9f054 in Symbian code

parent 665096e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment