From b11bf6e1604097711291265f927e79e8f2af5c54 Mon Sep 17 00:00:00 2001 From: greenboxal2 Date: Sun, 25 Nov 2012 21:20:43 +0000 Subject: Applied AStyle code formating as discussed on tid:74602. Removed /SAFESEH option from MSVC11 projects. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16968 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mapreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/mapreg.h') diff --git a/src/map/mapreg.h b/src/map/mapreg.h index d5fadafc5..2d761cbbb 100644 --- a/src/map/mapreg.h +++ b/src/map/mapreg.h @@ -7,11 +7,11 @@ void mapreg_reload(void); void mapreg_final(void); void mapreg_init(void); -bool mapreg_config_read(const char* w1, const char* w2); +bool mapreg_config_read(const char *w1, const char *w2); int mapreg_readreg(int uid); -char* mapreg_readregstr(int uid); +char *mapreg_readregstr(int uid); bool mapreg_setreg(int uid, int val); -bool mapreg_setregstr(int uid, const char* str); +bool mapreg_setregstr(int uid, const char *str); #endif /* _MAPREG_H_ */ -- cgit v1.2.3-60-g2f50