clang-format

This commit is contained in:
Alexander Batalov 2023-06-03 08:18:12 +03:00
parent ca268ecb2c
commit 80b58bd174
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ bool sfall_gl_scr_init()
char path[COMPAT_MAX_PATH];
strcpy(path, curr);
char *fname = strrchr(path, '\\');
char* fname = strrchr(path, '\\');
if (fname != nullptr) {
fname += 1;
} else {