summaryrefslogtreecommitdiff
path: root/include/macros.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-04-17 09:41:19 -0600
committerGitHub <noreply@github.com>2024-04-17 09:41:19 -0600
commit900a9f0f852d81870983c35bcc8ac2a30f0a4324 (patch)
tree883c243bdbf90525d4cd62d1508c599ed93e3a79 /include/macros.h
parenta4f103258c5b7afe6db31593bccf43c8038dfda9 (diff)
Remove some warnings (#609)
* Remove some warnings * Update torch to latest version
Diffstat (limited to 'include/macros.h')
-rw-r--r--include/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/macros.h b/include/macros.h
index 853b79f7e..9e15613f4 100644
--- a/include/macros.h
+++ b/include/macros.h
@@ -87,6 +87,6 @@
* - sizeof(dl[0]) : walk back 1 Gfx macro
* - 0x07000000 : get just the offset
**/
-#define GET_PACKED_END(dl) (((u8*) dl) + sizeof(dl) - sizeof(dl[0]) - 0x07000000)
+#define GET_PACKED_END(dl) (((u8 *) dl) + sizeof(dl) - sizeof(dl[0]) - 0x07000000)
#endif