update
authorPekka Riikonen <priikone@silcnet.org>
Sun, 25 Feb 2001 13:04:21 +0000 (13:04 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 25 Feb 2001 13:04:21 +0000 (13:04 +0000)
doc/CodingStyle

index 3cd7c5937894c1e6d3f42c71832a374f642655fa..438194e56b5be6491029bb152aff61814aff4eb3 100644 (file)
@@ -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);