diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 11:25:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-19 11:25:46 +0100 |
| commit | 6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0 (patch) | |
| tree | ed283edec862f707653030a8b5662baf418f7663 /test/020_io_H48_read_write | |
| parent | a9ce50120b68db3669aaadeac348db8926bc15c4 (diff) | |
| download | nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip | |
Added void in function declaration for tests
Diffstat (limited to 'test/020_io_H48_read_write')
| -rw-r--r-- | test/020_io_H48_read_write/io_H48_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/020_io_H48_read_write/io_H48_tests.c b/test/020_io_H48_read_write/io_H48_tests.c index 71df1e7..fafd396 100644 --- a/test/020_io_H48_read_write/io_H48_tests.c +++ b/test/020_io_H48_read_write/io_H48_tests.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "../test.h" | 1 | #include "../test.h" |
| 2 | 2 | ||
| 3 | int main() { | 3 | int main(void) { |
| 4 | char *c, str[STRLENMAX]; | 4 | char *c, str[STRLENMAX]; |
| 5 | cube_t cube; | 5 | cube_t cube; |
| 6 | 6 | ||
