diff --git a/src/www_last10.c b/src/www_last10.c index af202d5..b13918d 100644 --- a/src/www_last10.c +++ b/src/www_last10.c @@ -15,7 +15,7 @@ char *www_last10() { FILE *fptr = fopen("last10v2.dat", "rb"); if (fptr != NULL) { - for ( ; n < 10; ++n) + for (; n < 10; ++n) if (fread(&callers[n], sizeof(callers[n]), 1, fptr) != sizeof(callers[n])) break; fclose(fptr); diff --git a/src/www_msgs.c b/src/www_msgs.c index e34e12b..f348bcd 100644 --- a/src/www_msgs.c +++ b/src/www_msgs.c @@ -183,8 +183,8 @@ char *www_msgs_messagelist(struct user_record *user, int conference, int area, i stralloc_cats(&page, "\n"); if (skip + 50 <= mhrs->msg_count) { snprintf(buffer, sizeof buffer, -"
\n", -conf.www_url, conference, area, skip + 50); + "\n", + conf.www_url, conference, area, skip + 50); stralloc_cats(&page, buffer); } @@ -452,7 +452,7 @@ char *www_msgs_messageview(struct user_record *user, int conference, int area, i stralloc_cats(&page, "