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