diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-09-19 17:15:52 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-09-19 17:15:52 -0400 |
commit | 94b3f24afa5e77bf770fdf90cf446396165b82c6 (patch) | |
tree | 1a93306912e211208378db3903949ab3e8841100 /src/map/intif.c | |
parent | fbc66fa0982a9d7a4ae03377b2eb2b3cfa30c90c (diff) | |
download | hercules-94b3f24afa5e77bf770fdf90cf446396165b82c6.tar.gz hercules-94b3f24afa5e77bf770fdf90cf446396165b82c6.tar.bz2 hercules-94b3f24afa5e77bf770fdf90cf446396165b82c6.tar.xz hercules-94b3f24afa5e77bf770fdf90cf446396165b82c6.zip |
remove trailing whitespaces from source
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index c33fbe55f..1458fc710 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2508,7 +2508,7 @@ void intif_parse_RodexNotifications(int fd) /// Updates a mail /// flag: /// 0 - user Read -/// 1 - user got Zeny +/// 1 - user got Zeny /// 2 - user got Items /// 3 - delete int intif_rodex_updatemail(int64 mail_id, int8 flag) |