projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e061c23
)
update
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 25 Feb 2001 13:04:21 +0000
(13:04 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 25 Feb 2001 13:04:21 +0000
(13:04 +0000)
doc/CodingStyle
patch
|
blob
|
history
diff --git
a/doc/CodingStyle
b/doc/CodingStyle
index 3cd7c5937894c1e6d3f42c71832a374f642655fa..438194e56b5be6491029bb152aff61814aff4eb3 100644
(file)
--- 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);