summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 0f6722d35..201ecd4e7 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1324,7 +1324,7 @@ char *GetWindowsVersion()
snprintf(buf, sizeof(buf), "Microsoft Windows Vista %s%s",
cputype, extra);
} else {
- snprintf(buf, sizeof(buf), "Microsoft Windows Server 2009 %s%s",
+ snprintf(buf, sizeof(buf), "Microsoft Windows Server 2008 %s%s",
cputype, extra);
}
delete [] extra;