Kaydet (Commit) 63850b3e authored tarafından Matthew Brush's avatar Matthew Brush

Fix pointer and character constant comparison

üst a46d8752
......@@ -103,7 +103,7 @@ extern kindOption* getLanguageFileKind (const langType language)
kind = LanguageTable [language]->fileKind;
Assert (kind != KIND_NULL);
Assert (kind != NULL);
return kind;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment