mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-12-25 01:02:41 -05:00
clang-format
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user