diff --git a/reactos/tools/cabman/dfp.cxx b/reactos/tools/cabman/dfp.cxx index b0a0720273f..d9de8ec6bdb 100755 --- a/reactos/tools/cabman/dfp.cxx +++ b/reactos/tools/cabman/dfp.cxx @@ -43,7 +43,7 @@ CDFParser::CDFParser() InfFileNameSet = false; InfModeEnabled = false; - InfFileHandle == NULL; + InfFileHandle = NULL; } CDFParser::~CDFParser()