aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_GetImageWidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_GetImageWidth.c')
-rw-r--r--sources/TZR_GetImageWidth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_GetImageWidth.c b/sources/TZR_GetImageWidth.c
index c215cf2..8172e01 100644
--- a/sources/TZR_GetImageWidth.c
+++ b/sources/TZR_GetImageWidth.c
@@ -1,6 +1,7 @@
#include "TZR_resource.h"
-int TZR_GetImageWidth(TZR_Uint id)
+int
+TZR_GetImageWidth(TZR_Uint id)
{
return TZR_GetResourcePointer(id)->image.width;
}