Update return type NO_CI

This commit is contained in:
Dennis Eichhorn 2022-10-19 20:21:51 +02:00 committed by GitHub
parent 9f8a130510
commit 2e8343cdaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ namespace Utils {
#endif
}
char* file_extension (char *filename)
const char* file_extension (char *filename)
{
char *dot = strrchr(filename, '.');
@ -116,4 +116,4 @@ namespace Utils {
}
}
#endif
#endif