diff options
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 |