projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1957ada
)
vkernel64: Add a missing 'break'.
author
Sascha Wildner <saw@online.de>
Sun, 21 Oct 2012 20:09:15 +0000 (22:09 +0200)
committer
Sascha Wildner <saw@online.de>
Sun, 21 Oct 2012 20:09:15 +0000 (22:09 +0200)
sys/platform/vkernel64/platform/init.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/platform/vkernel64/platform/init.c
b/sys/platform/vkernel64/platform/init.c
index
92a1bcd
..
d00de89
100644
(file)
--- a/
sys/platform/vkernel64/platform/init.c
+++ b/
sys/platform/vkernel64/platform/init.c
@@
-357,7
+357,7
@@
main(int ac, char **av)
}
#endif
-
+ break;
case 'p':
pid_file = optarg;
break;