From d7835d959e47140d1b2f586e0806c7b7f863edea Mon Sep 17 00:00:00 2001 From: binki Date: Wed, 16 Jun 2010 14:14:08 +0000 Subject: [PATCH] - Fix typo --- Changes | 1 + src/s_serv.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0b3d66cad..526075742 100644 --- a/Changes +++ b/Changes @@ -1993,3 +1993,4 @@ The copies in s_serv.c (core) were overriding the in-module functions. - Forgot to commit the REMOTEINC_SPECIALCACHE stuff to config.h which means it wasn't actually enabled until now... +- Fix typo diff --git a/src/s_serv.c b/src/s_serv.c index ea090f1c5..c09011f1f 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -1023,7 +1023,7 @@ void read_motd_asynch_downloaded(const char *url, const char *filename, const ch config_error("Error downloading MOTD file from \"%s\": %s", url, errorbuf); MyFree(motd_download); return; -#ifdef REMOTEINF_SPECIALCACHE +#ifdef REMOTEINC_SPECIALCACHE } #endif }