From 63f50b1e7322bb713da94553c8e0a3c721377cc6 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 15 Jul 2010 01:04:52 -0500 Subject: [PATCH] Oh, fixed Linux build. --- extensions/tf2/holiday.cpp | 2 +- extensions/tf2/holiday.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/tf2/holiday.cpp b/extensions/tf2/holiday.cpp index 61948abb..b358b742 100644 --- a/extensions/tf2/holiday.cpp +++ b/extensions/tf2/holiday.cpp @@ -43,4 +43,4 @@ void InitialiseGetHolidayDetour() void RemoveGetHolidayDetour() { getHolidayDetour->Destroy(); -} \ No newline at end of file +} diff --git a/extensions/tf2/holiday.h b/extensions/tf2/holiday.h index ab4f0ddd..ad20bf63 100644 --- a/extensions/tf2/holiday.h +++ b/extensions/tf2/holiday.h @@ -42,4 +42,4 @@ void RemoveGetHolidayDetour(); extern IForward *g_getHolidayForward; -#endif //_INCLUDE_SOURCEMOD_HOLIDAY_H_ \ No newline at end of file +#endif //_INCLUDE_SOURCEMOD_HOLIDAY_H_