From 2d4edd18f6c7f3bc9d91a5cd8aeefb56e823f1d9 Mon Sep 17 00:00:00 2001 From: timmit Date: Mon, 18 May 2009 13:26:55 +0400 Subject: [PATCH] [7846] Add empty line to end of .h file Signed-off-by: VladimirMangos --- src/game/DBCfmt.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/DBCfmt.h b/src/game/DBCfmt.h index e1a680889..75a795906 100644 --- a/src/game/DBCfmt.h +++ b/src/game/DBCfmt.h @@ -104,4 +104,4 @@ const char WorldMapAreaEntryfmt[]="xinxffffix"; const char WorldMapOverlayEntryfmt[]="nxiiiixxxxxxxxxxx"; const char WorldSafeLocsEntryfmt[]="nifffxxxxxxxxxxxxxxxxx"; -#endif \ No newline at end of file +#endif diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ed6f971ce..f9e71c994 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7845" + #define REVISION_NR "7846" #endif // __REVISION_NR_H__