Skip to content
Snippets Groups Projects
Commit 6de3752d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove some backslashes from the ends of lines...

Presumably these were part of macros once and never cleaned up?
parent 3b30bfd1
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,7 @@ void draw_transfer_window(char* title)
}
outline[0]=(char)0xc9;
outline[sizeof(outline)-2]=(char)0xbb;
puttext(left, top, left + TRANSFER_WIN_WIDTH - 1, top, outline);\
puttext(left, top, left + TRANSFER_WIN_WIDTH - 1, top, outline);
/* Title */
gotoxy(left+4,top);
......@@ -2157,8 +2157,8 @@ static void apc_handler(char *strbuf, size_t slen, void *apcd)
BYTE digest[MD5_DIGEST_SIZE];
unsigned long slot;
if(ansi_replybuf[0]) \
conn_send(ansi_replybuf, strlen((char *)ansi_replybuf), 0); \
if(ansi_replybuf[0])
conn_send(ansi_replybuf, strlen((char *)ansi_replybuf), 0);
ansi_replybuf[0] = 0;
if (get_cache_fn_base(bbs, fn_root, sizeof(fn_root)) == 0)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment