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/char/int_auction.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/char/int_auction.c')
-rw-r--r-- | src/char/int_auction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_auction.c b/src/char/int_auction.c index 2dd65f213..05914c3a0 100644 --- a/src/char/int_auction.c +++ b/src/char/int_auction.c @@ -113,7 +113,7 @@ unsigned int inter_auction_create(struct auction_data *auction) StrBuf->Printf(&buf, ",'%d'", auction->item.card[j]); for (j = 0; j < MAX_ITEM_OPTIONS; j++) StrBuf->Printf(&buf, ",'%d','%d'", auction->item.option[j].index, auction->item.option[j].value); - + StrBuf->AppendStr(&buf, ")"); stmt = SQL->StmtMalloc(inter->sql_handle); |