summaryrefslogtreecommitdiff
path: root/compiler/systems/t_nds.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_nds.pas')
-rw-r--r--compiler/systems/t_nds.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_nds.pas b/compiler/systems/t_nds.pas
index 2ee6a516cd..1cc0afb5fd 100644
--- a/compiler/systems/t_nds.pas
+++ b/compiler/systems/t_nds.pas
@@ -57,7 +57,7 @@ begin
SharedLibFiles.doubles:=true;
StaticLibFiles.doubles:=true;
// set arm9 as default apptype
- if (apptype <> app_arm9) or (apptype <> app_arm7) then
+ if (apptype <> app_arm9) and (apptype <> app_arm7) then
apptype:=app_arm9;
end;