aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index 963445b624c..852d484f77c 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -974,7 +974,7 @@ static int
974ns_appkit_version_int () 974ns_appkit_version_int ()
975{ 975{
976#ifdef NS_IMPL_GNUSTEP 976#ifdef NS_IMPL_GNUSTEP
977 return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_GNU_MINOR_VERSION; 977 return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_GUI_MINOR_VERSION;
978#elif defined(NS_IMPL_COCOA) 978#elif defined(NS_IMPL_COCOA)
979 return (int)NSAppKitVersionNumber; 979 return (int)NSAppKitVersionNumber;
980#endif 980#endif