summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-02 18:20:56 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-02 18:20:56 +0000
commit0173105a1176867c63fbf2a0d647bfc312d6c01a (patch)
treeb6ef8faa5b52be1d118e29806e7e05ea946941c1 /src
parentfba6ec736da2363df6696b0999cd114fae102ece (diff)
This shouldn't have been changed.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1910 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-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;