summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 7c053f8..9fb5875 100644
--- a/src/main.c
+++ b/src/main.c
@@ -11,10 +11,10 @@ static void deinit(void);
int
main([[maybe_unused]] int argc, [[maybe_unused]] char **argv)
{
- if (TZR_Init(.width = DWIDTH,
- .height = DHEIGHT,
- .target_fps = TARGET_FPS,
- .pixel_perfect = true,
+ if (TZR_Init(.width=DWIDTH,
+ .height=DHEIGHT,
+ .target_fps=TARGET_FPS,
+ .pixel_perfect=true,
.title = "jambase"))
return 1;