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 /utils/invert.c | |
| parent | a9ce50120b68db3669aaadeac348db8926bc15c4 (diff) | |
| download | nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip | |
Added void in function declaration for tests
Diffstat (limited to 'utils/invert.c')
| -rw-r--r-- | utils/invert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/invert.c b/utils/invert.c index cd54a87..ff01bee 100644 --- a/utils/invert.c +++ b/utils/invert.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #define STRLENMAX 1000 | 7 | #define STRLENMAX 1000 |
| 8 | 8 | ||
| 9 | int main() { | 9 | int main(void) { |
| 10 | char str[STRLENMAX]; | 10 | char str[STRLENMAX]; |
| 11 | cube_t cube; | 11 | cube_t cube; |
| 12 | 12 | ||
