diff --git a/lib/checknullpointer.cpp b/lib/checknullpointer.cpp index dad59d08f..7111ba43c 100644 --- a/lib/checknullpointer.cpp +++ b/lib/checknullpointer.cpp @@ -31,7 +31,7 @@ namespace { } static const CWE CWE476(476U); // NULL Pointer Dereference -static const CWE CWE682(682U); // Incorrect Calculation +static const CWE CWE682(682U); // Incorrect Calculation //---------------------------------------------------------------------------