diff options
-rw-r--r-- | engines/glk/glk_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h index d3db3d44a3..be2ccb44b7 100644 --- a/engines/glk/glk_types.h +++ b/engines/glk/glk_types.h @@ -247,7 +247,7 @@ struct gidispatch_intconst_struct { }; typedef gidispatch_intconst_struct gidispatch_intconst_t; -typedef uint32 glui32; +typedef uint glui32; } // End of namespace Glk |