diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,7 +124,7 @@ struct Impl_App { | |||
124 | iMimeHooks * mimehooks; | 124 | iMimeHooks * mimehooks; |
125 | iGmCerts * certs; | 125 | iGmCerts * certs; |
126 | iVisited * visited; | 126 | iVisited * visited; |
127 | iBookmarks * bookmarks; | 127 | iBookmarks * bookmarks; |
128 | iMainWindow *window; | 128 | iMainWindow *window; |
129 | iPtrArray popupWindows; | 129 | iPtrArray popupWindows; |
130 | iSortedArray tickers; /* per-frame callbacks, used for animations */ | 130 | iSortedArray tickers; /* per-frame callbacks, used for animations */ |
@@ -739,7 +739,7 @@ static void init_App_(iApp *d, int argc, char **argv) { | |||
739 | d->isSuspended = iFalse; | 739 | d->isSuspended = iFalse; |
740 | d->tempFilesPendingDeletion = new_StringSet(); | 740 | d->tempFilesPendingDeletion = new_StringSet(); |
741 | init_CommandLine(&d->args, argc, argv); | 741 | init_CommandLine(&d->args, argc, argv); |
742 | /* Where was the app started from? We ask SDL first because the command line alone | 742 | /* Where was the app started from? We ask SDL first because the command line alone |
743 | cannot be relied on (behavior differs depending on OS). */ { | 743 | cannot be relied on (behavior differs depending on OS). */ { |
744 | char *exec = SDL_GetBasePath(); | 744 | char *exec = SDL_GetBasePath(); |
745 | if (exec) { | 745 | if (exec) { |