Fixed bug in dead code. Right.
This commit is contained in:
parent
c525501233
commit
203303a31d
@ -358,7 +358,7 @@ knowledgePrintShort (const Knowledge know)
|
|||||||
if (know->basic != NULL)
|
if (know->basic != NULL)
|
||||||
{
|
{
|
||||||
termlistPrint (know->basic);
|
termlistPrint (know->basic);
|
||||||
if (know->encrypt != NULL);
|
if (know->encrypt != NULL)
|
||||||
{
|
{
|
||||||
eprintf (", ");
|
eprintf (", ");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user