Skip to content
Snippets Groups Projects
Commit 725f8425 authored by rswindell's avatar rswindell
Browse files

Fixed typo in previous commit.

parent 587dbf8f
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ function nodelist(active, listself)
if(node_misc&NODE_MSGW)
flags += 'M';
if(node_misc&NODE_NMSG)
flasg += 'N';
flags += 'N';
if(node_misc&NODE_POFF)
flags += 'P';
if(flags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment