diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-29 08:17:53 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-29 08:17:53 +0000 |
commit | 07fb6e91789cb65e66d6d539c401a9cab78e6b2e (patch) | |
tree | d881892c6e21c0e884885d53f1ad54cbf63dbd75 /src/plugins | |
parent | 7ebff79b4ea274ef29ef9d4e20b3162be22a6a45 (diff) | |
download | hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.gz hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.bz2 hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.xz hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.zip |
Gave each file an empty last line, to make svn happier
Added svn:eol-style native where missing
Removed remaining .gats
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10401 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/gui.txt | 2 | ||||
-rw-r--r-- | src/plugins/sig.c | 1 | ||||
-rw-r--r-- | src/plugins/upnp.txt | 2 |
3 files changed, 2 insertions, 3 deletions
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 |