summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index ef130770..9762961a 100644
--- a/src/app.c
+++ b/src/app.c
@@ -2381,6 +2381,7 @@ void openInDefaultBrowser_App(const iString *url) {
2381#endif 2381#endif
2382 ); 2382 );
2383 start_Process(proc); 2383 start_Process(proc);
2384 waitForFinished_Process(proc); /* TODO: test on Windows */
2384 iRelease(proc); 2385 iRelease(proc);
2385#endif 2386#endif
2386} 2387}