diff options
| author | jussi | 2024-05-10 11:13:32 +0300 |
|---|---|---|
| committer | jussi | 2024-05-10 11:13:32 +0300 |
| commit | e84be852546aecf3e151fd8bb92db88a068c1ea1 (patch) | |
| tree | 388913b5eeac14bd9d00a38dbe7ba4459a553f5f /src/state.c | |
| parent | b3980ae2a5d6beae75462e5204fc97841ec62aff (diff) | |
| download | reilua-enhanced-e84be852546aecf3e151fd8bb92db88a068c1ea1.tar.gz reilua-enhanced-e84be852546aecf3e151fd8bb92db88a068c1ea1.tar.bz2 reilua-enhanced-e84be852546aecf3e151fd8bb92db88a068c1ea1.zip | |
Indentation fix.
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
