diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-12 15:33:46 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-12 15:33:46 +0000 |
commit | 22ea2706f0a9767d9910522868cc90f121cfc6fa (patch) | |
tree | 8e175971996f5200b1b886a542d117a2e694d129 /src/common/evdp_epoll.c | |
parent | 79cb8649ce5c13def3ba0d256ca84d46a0ccfc3d (diff) | |
download | hercules-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/common/evdp_epoll.c')
-rw-r--r-- | src/common/evdp_epoll.c | 1 |
1 files changed, 0 insertions, 1 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() - |