From: Wilfried Göesgens Date: Thu, 15 Nov 2007 22:55:33 +0000 (+0000) Subject: * msgnum is a long. format it like that. X-Git-Tag: v7.86~2784 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=45508af12fd1470670a0a66766adea98897dfd4c * msgnum is a long. format it like that. --- diff --git a/webcit/notes.c b/webcit/notes.c index ffd6f33af..0d790ec7a 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -68,11 +68,11 @@ void display_note(long msgnum) wprintf ("\n"); } else { - wprintf ("\n"); wprintf ("\n"); }