aboutsummaryrefslogtreecommitdiff
path: root/utils/invert.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/invert.c')
-rw-r--r--utils/invert.c2
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
9int main() { 9int main(void) {
10 char str[STRLENMAX]; 10 char str[STRLENMAX];
11 cube_t cube; 11 cube_t cube;
12 12

Generated with cgit - Back to sebastiano.tronto.net