mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
Cell: typedefs need semicolons, Ian :)
This commit is contained in:
parent
4d534124e7
commit
b5618330c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue