Fixed bug in dead code. Right.

This commit is contained in:
Cas Cremers 2018-11-06 13:52:14 +01:00
parent c525501233
commit 203303a31d

View File

@ -358,7 +358,7 @@ knowledgePrintShort (const Knowledge know)
if (know->basic != NULL)
{
termlistPrint (know->basic);
if (know->encrypt != NULL);
if (know->encrypt != NULL)
{
eprintf (", ");
}