From e84be852546aecf3e151fd8bb92db88a068c1ea1 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 10 May 2024 11:13:32 +0300 Subject: Indentation fix. --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index 9df5d94..ea737d4 100644 --- a/src/state.c +++ b/src/state.c @@ -19,7 +19,7 @@ bool stateInit( int argn, const char** argc, const char* exePath ) { state->logLevelInvalid = LOG_ERROR; state->gcUnload = true; - InitWindow( state->resolution.x, state->resolution.y, "ReiLua" ); + InitWindow( state->resolution.x, state->resolution.y, "ReiLua" ); if ( !IsWindowReady() ) { state->hasWindow = false; -- cgit v1.2.3