Skip to content

Commit

Permalink
Fix pointer and character constant comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrainz committed Dec 21, 2017
1 parent a46d875 commit 63850b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctags/main/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extern kindOption* getLanguageFileKind (const langType language)

kind = LanguageTable [language]->fileKind;

Assert (kind != KIND_NULL);
Assert (kind != NULL);

return kind;
}
Expand Down

0 comments on commit 63850b3

Please sign in to comment.