mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Typo fix.
This commit is contained in:
parent
dbb6e37bb7
commit
6d62497934
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ Info_MakeString (info_t *info, int (*filter)(const char *))
|
|||
{
|
||||
char *string = Hunk_TempAlloc (info->cursize + 1);
|
||||
const char *s;
|
||||
char *d = string;;
|
||||
char *d = string;
|
||||
info_key_t **key_list;
|
||||
info_key_t **key;
|
||||
|
||||
|
|
Loading…
Reference in a new issue