summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell')
-rw-r--r--src/mesa/pipe/cell/spu/spu_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_main.c b/src/mesa/pipe/cell/spu/spu_main.c
index f9e15538b8..ef605a5197 100644
--- a/src/mesa/pipe/cell/spu/spu_main.c
+++ b/src/mesa/pipe/cell/spu/spu_main.c
@@ -624,9 +624,9 @@ one_time_init(void)
* select between the two.
*/
#ifdef SPU_MAIN_PARAM_LONG_LONG
-typedef unsigned long long main_param_t
+typedef unsigned long long main_param_t;
#else
-typedef unsigned long main_param_t
+typedef unsigned long main_param_t;
#endif
/**