mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
fix a missing ) from debug output
This commit is contained in:
parent
499c3c20bd
commit
6cdc6a95a9
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ COM_AddDirectory (char *dir)
|
||||||
void
|
void
|
||||||
COM_AddGameDirectory (char *dir)
|
COM_AddGameDirectory (char *dir)
|
||||||
{
|
{
|
||||||
Con_DPrintf ("COM_AddGameDirectory (\"%s/%s\"\n",
|
Con_DPrintf ("COM_AddGameDirectory (\"%s/%s\")\n",
|
||||||
fs_sharepath->string, dir);
|
fs_sharepath->string, dir);
|
||||||
|
|
||||||
if (strcmp (fs_sharepath->string, fs_basepath->string) != 0)
|
if (strcmp (fs_sharepath->string, fs_basepath->string) != 0)
|
||||||
|
|
Loading…
Reference in a new issue