repositories
/
bf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb25397
)
fix another space
author
Mart Lubbers
<mart@martlubbers.net>
Thu, 25 Aug 2016 14:43:49 +0000
(16:43 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Thu, 25 Aug 2016 14:43:49 +0000
(16:43 +0200)
bf.c
patch
|
blob
|
history
diff --git
a/bf.c
b/bf.c
index
7a4a123
..
189eba9
100644
(file)
--- a/
bf.c
+++ b/
bf.c
@@
-69,7
+69,7
@@
int main(int argc, char *argv[])
} else {
depth = 1;
while (depth > 0){
- switch(fgetc(in)){
+ switch
(fgetc(in)){
case ']':
depth--;
break;