From: Brian Date: Sat, 26 Jan 2008 00:34:04 +0000 (-0700) Subject: Cell: typedefs need semicolons, Ian :) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5618330c64d8bdb260c258e0b47c8047ce41112;p=mesa.git Cell: typedefs need semicolons, Ian :) --- diff --git a/src/mesa/pipe/cell/spu/spu_main.c b/src/mesa/pipe/cell/spu/spu_main.c index f9e15538b8b..ef605a51973 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 /**