mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-17 02:38:41 +00:00
Update return type NO_CI
This commit is contained in:
parent
9f8a130510
commit
2e8343cdaf
|
|
@ -72,7 +72,7 @@ namespace Utils {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
char* file_extension (char *filename)
|
const char* file_extension (char *filename)
|
||||||
{
|
{
|
||||||
char *dot = strrchr(filename, '.');
|
char *dot = strrchr(filename, '.');
|
||||||
|
|
||||||
|
|
@ -116,4 +116,4 @@ namespace Utils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user