diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 719ed76a..0f770db6 100755 --- a/src/main.c +++ b/src/main.c @@ -1205,7 +1205,7 @@ int main(int argc, const char **argv, char **env) { // special case for steamwebhelper if(strstr(prgname, "steamwebhelper")==prgname) { printf_log(LOG_INFO, "steamwebhelper, ignoring for now!\n"); - //exit(0); // exiting + exit(0); // exiting } // special case for streaming_client to use emulated libSDL2 if(strstr(prgname, "streaming_client")==prgname) { |