Add missing ! to make AppPlciClearOtherApps() actually do something

This commit is contained in:
Günther Kelleter 2006-12-06 15:18:07 +00:00
parent c54ddc246d
commit a48dd57635
1 changed files with 1 additions and 1 deletions

View File

@ -2188,7 +2188,7 @@ AppPlciClearOtherApps(AppPlci_t *aplci)
_cmsg *cm;
struct list_head *item, *next;
if (aplci->plci)
if (!aplci->plci)
return;
if (aplci->plci->nAppl <= 1)
return;