summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_finder_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_finder_args.c')
-rw-r--r--osdep/macosx_finder_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/macosx_finder_args.c b/osdep/macosx_finder_args.c
index c3b5f99672..6b5ef321f4 100644
--- a/osdep/macosx_finder_args.c
+++ b/osdep/macosx_finder_args.c
@@ -118,7 +118,7 @@ char myPsnStr[5+10+1+10+1];
myPsnStr[5+10+1+10]=0;
if((argc==2) && !strcmp(myPsnStr, argv[1])) {
- m_config_set_option(config, "quiet", NULL, false);
+ m_config_set_option0(config, "quiet", NULL, false);
InitCursor();
AEInstallEventHandler(kCoreEventClass, kAEOpenDocuments, NewAEEventHandlerUPP(AppleEventHandlerProc), 0, FALSE);
RunApplicationEventLoop();