From: Pekka Riikonen Date: Sun, 25 Feb 2001 13:04:21 +0000 (+0000) Subject: update X-Git-Tag: SILC.0.1~168 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=46f905deacda74b4acf42a821e423af46c158e16;p=silc.git update --- diff --git a/doc/CodingStyle b/doc/CodingStyle index 3cd7c593..438194e5 100644 --- a/doc/CodingStyle +++ b/doc/CodingStyle @@ -613,7 +613,7 @@ int main() /* Then traverse the list, print the values, remove from list and free memory */ - silc_list_start(list) + silc_list_start(list); while ((entry = silc_list_get(list)) != SILC_LIST_END) { fprintf(stderr, "%d\n", entry->dummy);