Quellcode durchsuchen

Fix type on last commits

git-svn-id: trunk@34525 -
pierre vor 9 Jahren
Ursprung
Commit
458aea707d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      ide/Makefile
  2. 1 1
      ide/Makefile.fpc

+ 1 - 1
ide/Makefile

@@ -2301,7 +2301,7 @@ ifeq ($(findstring $(OS_TARGET),aix beos darwin haiku solaris),)
 GDBMI_IS_STATIC=1
 endif
 endif
-endifa # NOGDB
+endif # NOGDB
 ifndef GDBMI_IS_STATIC
 ifndef BUILDFULLNATIVE
 FPMAKE_OPT+=-sp

+ 1 - 1
ide/Makefile.fpc

@@ -68,7 +68,7 @@ ifeq ($(findstring $(OS_TARGET),aix beos darwin haiku solaris),)
 GDBMI_IS_STATIC=1
 endif
 endif
-endifa # NOGDB
+endif # NOGDB
 
 ifndef GDBMI_IS_STATIC
 ifndef BUILDFULLNATIVE