summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-12 15:33:46 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-12 15:33:46 +0000
commit22ea2706f0a9767d9910522868cc90f121cfc6fa (patch)
tree8e175971996f5200b1b886a542d117a2e694d129 /src
parent79cb8649ce5c13def3ba0d256ca84d46a0ccfc3d (diff)
downloadhercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.gz
hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.bz2
hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.xz
hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.zip
- Added svn:eol-style=native property on some recently added text files.
- Fixed a typo in script_commands.txt (bugreport:5998) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16278 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/common/evdp_epoll.c1
-rw-r--r--src/common/network.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/common/evdp_epoll.c b/src/common/evdp_epoll.c
index d71c8d4d7..0357dfc66 100644
--- a/src/common/evdp_epoll.c
+++ b/src/common/evdp_epoll.c
@@ -230,4 +230,3 @@ void evdp_writable_remove(int32 fd, EVDP_DATA *ep){
return;
}//end: evdp_writable_remove()
-
diff --git a/src/common/network.c b/src/common/network.c
index 2574f3cc1..1f1621363 100644
--- a/src/common/network.c
+++ b/src/common/network.c
@@ -1,4 +1,4 @@
- //
+//
// Network Subsystem (previously known as socket system)
//
// Author: Florian Wilkemeyer <fw@f-ws.de>
@@ -1059,4 +1059,3 @@ void network_parser_set_ro(int32 fd,
//
}//end: network_parser_set_ro()
-