lentferj's projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix indentation.
[dragonfly.git]
/
sys
/
kern
/
subr_scanf.c
diff --git
a/sys/kern/subr_scanf.c
b/sys/kern/subr_scanf.c
index
5060490
..
46d230b
100644
(file)
--- a/
sys/kern/subr_scanf.c
+++ b/
sys/kern/subr_scanf.c
@@
-292,7
+292,7
@@
literal:
inp += n;
if (sum == 0)
goto input_failure;
-
break;
+ break;
} else {
sum += width;
inr -= width;