summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index afc124f..1392e83 100644
--- a/src/main.c
+++ b/src/main.c
@@ -9,7 +9,7 @@
int main(void)
{
- if (LZY_Init("Hyperultra!", 30, "res/tset.png", "res/font.png")) {
+ if (LZY_Init("hyperultra!", 30, "res/tset.png", "res/font.png")) {
LZY_Log("LZY_Init failed: %s", LZY_GetError());
LZY_Quit();
return 1;