Skip to content

Commit

Permalink
- fixed compilation error
Browse files Browse the repository at this point in the history
src\p_tags.cpp(302): error C2143: syntax error: missing ')' before '}'
  • Loading branch information
alexey-lysiuk committed Jan 9, 2019
1 parent e70d708 commit cb4548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p_tags.cpp
Expand Up @@ -298,7 +298,7 @@ CCMD(dumptags)
{
Printf("%s - %s\n", Level->MapName.GetChars(), Level->LevelName.GetChars());
Level->tagManager.DumpTags();
}
});
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit cb4548a

Please sign in to comment.