Changeset 1022119 in code for icb.c


Ignore:
Timestamp:
Dec 17, 2013, 5:07:59 PM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
1fb1bbe
Parents:
939f631
git-author:
Stuart Henderson <stu@…> (03/17/13 23:41:15)
git-committer:
Mike Belopuhov <mike@…> (12/17/13 17:07:59)
Message:

NULL != 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r939f631 r1022119  
    317317                { STATUS_TOPIC,         "Topic" },
    318318                { STATUS_WARNING,       "Warning" },
    319                 { NULL,                 NULL }
     319                { 0,                    NULL }
    320320        };
    321321
Note: See TracChangeset for help on using the changeset viewer.