diff options
Diffstat (limited to 'test/023_io_LST_write')
| -rw-r--r-- | test/023_io_LST_write/io_LST_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/023_io_LST_write/io_LST_tests.c b/test/023_io_LST_write/io_LST_tests.c index 1532f91..3f42d7a 100644 --- a/test/023_io_LST_write/io_LST_tests.c +++ b/test/023_io_LST_write/io_LST_tests.c | |||
| @@ -7,7 +7,7 @@ bool issolvable(cube_t); | |||
| 7 | cube_t readcube(char *, char *); | 7 | cube_t readcube(char *, char *); |
| 8 | void writecube(char *, cube_t, char *); | 8 | void writecube(char *, cube_t, char *); |
| 9 | 9 | ||
| 10 | int main() { | 10 | int main(void) { |
| 11 | char *c, str[STRLENMAX]; | 11 | char *c, str[STRLENMAX]; |
| 12 | cube_t cube; | 12 | cube_t cube; |
| 13 | 13 | ||
