From 0b9099f13f67f74b03fde63d777110468bfdaaec Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 5 Jun 2011 17:51:09 +0000 Subject: [PATCH] * fixes mistake in r17664 git-svn-id: trunk@17667 - --- compiler/options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index 4faf61000b..1ef1ece295 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -1477,7 +1477,7 @@ begin begin if target_info.system in systems_darwin then begin - if not UnsetBool(More, j) then + if UnsetBool(More, j) then apptype:=app_cui else apptype:=app_bundle