X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=c484632284648fb675675ed2ed9f8626c8bc1764;hb=5e91a276d21a8386402e0a7444ac6a0301da924e;hp=05fcb57b01566123b21600d1637a997df8f27acd;hpb=b7fd7089b67eecfa7afe8434217cbad08ce657be;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 05fcb57b0..c48463228 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -30,7 +30,7 @@ void display_note(long msgnum) { int in_text = 0; int i; - wprintf("\n"); + wprintf("\n"); serv_printf("MSG0 %ld", msgnum); serv_getln(buf, sizeof buf);