Skip to content

Commit 9bfe417

Browse files
Update checknullpointer.h
1 parent 6e235c0 commit 9bfe417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checknullpointer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class CPPCHECKLIB CheckNullPointer : public Check {
7070
/**
7171
* @brief parse a function call and extract information about variable usage
7272
* @param tok first token
73-
* @param var variables that the function read / write.
7473
* @param library --library files data
74+
* @return list of variables that the function reads / writes.
7575
*/
7676
static std::list<const Token*> parseFunctionCall(const Token &tok,
7777
const Library &library, bool checkNullArg = true);

0 commit comments

Comments
 (0)