tiny update
[mc1516pa.git] / modelchecker / coord.c
index 8641bad..af3cebe 100644 (file)
@@ -58,7 +58,7 @@ typedef struct {
 } rels;
 
 typedef struct {
-       int *vars;
+       uint8_t *vars;
        int size;
 } variables;