aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sldj.c')
-rw-r--r--src/sldj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sldj.c b/src/sldj.c
index cf52fde..08dd1b9 100644
--- a/src/sldj.c
+++ b/src/sldj.c
@@ -1,6 +1,6 @@
#include "sldj.h"
-void initSldj(Sldj* sldj)
+void initSldj(Sldj *sldj)
{
// Create window.
InitWindow(WINDOW_WIDTH, WINDOW_HEIGHT, "Scanline DJ");