From 46f905deacda74b4acf42a821e423af46c158e16 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 25 Feb 2001 13:04:21 +0000 Subject: [PATCH] update --- doc/CodingStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.24.0