summaryrefslogtreecommitdiff
path: root/include/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/alu.h')
-rw-r--r--include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alu.h b/include/alu.h
index 89328e7..128d9d4 100644
--- a/include/alu.h
+++ b/include/alu.h
@@ -3,7 +3,7 @@
#include "types.h"
typedef struct couple {
- Uint32 deb, fin;
+ Uint32 deb, fin;
} couple;
Uint32 AdditionNonSigne(Uint32 a, Uint32 b);