repositories
/
mc1516pa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8054a78
)
fix comma
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 19 Apr 2016 19:00:14 +0000
(21:00 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 19 Apr 2016 19:00:14 +0000
(21:00 +0200)
modelchecker/coord.c
patch
|
blob
|
history
diff --git
a/modelchecker/coord.c
b/modelchecker/coord.c
index
f9dd7e5
..
7a4f545
100644
(file)
--- a/
modelchecker/coord.c
+++ b/
modelchecker/coord.c
@@
-998,7
+998,7
@@
trans_t *create_single_rel(sokoban_screen *screen, direction dir)
memcpy(rel_enc1, rel_enc__, 18*sizeof(uint8_t));
}
else if ((deltai < i) < gammai){
- uint8_t rel_enc__[18] = {1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0,
,
1 ,1, 0};
+ uint8_t rel_enc__[18] = {1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1 ,1, 0};
memcpy(rel_enc1, rel_enc__, 18*sizeof(uint8_t));
}
else {