diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/char/int_homun.c | 1 | ||||
-rw-r--r-- | src/char/int_status.c | 2 | ||||
-rw-r--r-- | src/char_sql/int_guild.h | 3 | ||||
-rw-r--r-- | src/common/db.c | 1 | ||||
-rw-r--r-- | src/common/ers.c | 1 | ||||
-rw-r--r-- | src/common/grfio.h | 1 | ||||
-rw-r--r-- | src/common/lock.c | 1 | ||||
-rw-r--r-- | src/common/md5calc.c | 1 | ||||
-rw-r--r-- | src/common/utils.c | 1 | ||||
-rw-r--r-- | src/map/clif.c | 1 | ||||
-rw-r--r-- | src/map/date.c | 1 | ||||
-rw-r--r-- | src/map/npc_chat.c | 2 | ||||
-rw-r--r-- | src/map/vending.c | 1 | ||||
-rw-r--r-- | src/plugins/gui.txt | 2 | ||||
-rw-r--r-- | src/plugins/sig.c | 1 | ||||
-rw-r--r-- | src/plugins/upnp.txt | 2 | ||||
-rw-r--r-- | src/tool/grfio.h | 1 |
17 files changed, 6 insertions, 17 deletions
diff --git a/src/char/int_homun.c b/src/char/int_homun.c index 943f5b8c8..492d8a76e 100644 --- a/src/char/int_homun.c +++ b/src/char/int_homun.c @@ -369,4 +369,3 @@ int inter_homun_parse_frommap(int fd) } return 1; } - diff --git a/src/char/int_status.c b/src/char/int_status.c index a0473f01a..719820f3e 100644 --- a/src/char/int_status.c +++ b/src/char/int_status.c @@ -184,4 +184,4 @@ void status_final(void) { scdata_db->destroy(scdata_db, scdata_db_final); } -#endif +#endif //ENABLE_SC_SAVING diff --git a/src/char_sql/int_guild.h b/src/char_sql/int_guild.h index 4b153574b..f8b3e98c5 100644 --- a/src/char_sql/int_guild.h +++ b/src/char_sql/int_guild.h @@ -32,4 +32,5 @@ int inter_guild_CharOffline(int char_id, int guild_id); //For the TXT->SQL converter. int inter_guild_tosql(struct guild *g,int flag); int inter_guildcastle_tosql(struct guild_castle *gc); -#endif + +#endif /* _INT_GUILD_SQL_H_ */ diff --git a/src/common/db.c b/src/common/db.c index 7d1eb3903..80918d7f6 100644 --- a/src/common/db.c +++ b/src/common/db.c @@ -2377,4 +2377,3 @@ void linkdb_final( struct linkdb_node** head ) { } *head = NULL; } - diff --git a/src/common/ers.c b/src/common/ers.c index 109378d5f..53c1edc3a 100644 --- a/src/common/ers.c +++ b/src/common/ers.c @@ -502,4 +502,3 @@ void ers_force_destroy_all(void) ers_num = 0; } #endif /* not DISABLE_ERS */ - diff --git a/src/common/grfio.h b/src/common/grfio.h index 68371576d..ce2b75150 100644 --- a/src/common/grfio.h +++ b/src/common/grfio.h @@ -8,4 +8,3 @@ int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen); #endif /* _GRFIO_H_ */ - diff --git a/src/common/lock.c b/src/common/lock.c index 18091820d..a08b46756 100644 --- a/src/common/lock.c +++ b/src/common/lock.c @@ -68,4 +68,3 @@ int lock_fclose (FILE *fp, const char* filename, int *info) { return ret; } - diff --git a/src/common/md5calc.c b/src/common/md5calc.c index fd8ffd5d3..b70236d6b 100644 --- a/src/common/md5calc.c +++ b/src/common/md5calc.c @@ -233,4 +233,3 @@ void MD5_String(const char * string, char * output) digest[ 8], digest[ 9], digest[10], digest[11], digest[12], digest[13], digest[14], digest[15]); } - diff --git a/src/common/utils.c b/src/common/utils.c index 3dc7fea16..b738d31c8 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -321,4 +321,3 @@ unsigned long MakeDWord(unsigned short word0, unsigned short word1) return ((unsigned long)word0) | ((unsigned long)word1<<0x10); } - diff --git a/src/map/clif.c b/src/map/clif.c index 5dd222ebd..15642ee62 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -12426,4 +12426,3 @@ int do_init_clif(void) add_timer_func_list(clif_delayquit, "clif_delayquit"); return 0; } - diff --git a/src/map/date.c b/src/map/date.c index 4643d6780..9f2bc4bee 100644 --- a/src/map/date.c +++ b/src/map/date.c @@ -69,4 +69,3 @@ int is_day_of_star(void) { return date_get_day()%5 == 0; } - diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c index f5a7762d6..fa184b624 100644 --- a/src/map/npc_chat.c +++ b/src/map/npc_chat.c @@ -514,4 +514,4 @@ int buildin_deletepset(struct script_state *st) { return 0; } -#endif +#endif //PCRE_SUPPORT diff --git a/src/map/vending.c b/src/map/vending.c index 23a7d9ce8..2f2e132bc 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -274,4 +274,3 @@ void vending_openvending(struct map_session_data *sd,int len,char *message,int f sd->vender_id = 0; } } - diff --git a/src/plugins/gui.txt b/src/plugins/gui.txt index 03554aa8d..c71b684b6 100644 --- a/src/plugins/gui.txt +++ b/src/plugins/gui.txt @@ -12,4 +12,4 @@ imalive_time: 30 flush_on: 0 // How often to flush the buffer on-screen (in seconds) -flush_time: 60
\ No newline at end of file +flush_time: 60 diff --git a/src/plugins/sig.c b/src/plugins/sig.c index edd0e55a2..6f1f8404c 100644 --- a/src/plugins/sig.c +++ b/src/plugins/sig.c @@ -208,4 +208,3 @@ int sig_init () return 1; } #endif - diff --git a/src/plugins/upnp.txt b/src/plugins/upnp.txt index d5d0d43ff..eb3f955cb 100644 --- a/src/plugins/upnp.txt +++ b/src/plugins/upnp.txt @@ -28,4 +28,4 @@ close_ports: 1 // Note: This plugin only works on Windows XP or higher // For more info on UPnP try here: -// http://www.google.com/search?q=what+is+upnp
\ No newline at end of file +// http://www.google.com/search?q=what+is+upnp diff --git a/src/tool/grfio.h b/src/tool/grfio.h index 5f4701900..57439b16d 100644 --- a/src/tool/grfio.h +++ b/src/tool/grfio.h @@ -18,4 +18,3 @@ int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen); #endif /* _GRFIO_H_ */ - |