mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 20:10:35 +00:00
typo
This commit is contained in:
parent
b3fc77efd6
commit
6284cc673d
1 changed files with 1 additions and 1 deletions
2
ftepp.c
2
ftepp.c
|
@ -185,7 +185,7 @@ char *ftepp_predef_timestamp(lex_file *context) {
|
|||
return util_strdup("\"<failed to determine timestamp>\"");
|
||||
|
||||
/*
|
||||
* ctime and it's fucking annoying newline char, no worries, we're
|
||||
* ctime and its fucking annoying newline char, no worries, we're
|
||||
* professionals here.
|
||||
*/
|
||||
find = ctime(&finfo.st_mtime);
|
||||
|
|
Loading…
Reference in a new issue