mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
cppcheck
This commit is contained in:
parent
d2c290c7c3
commit
81c6918ac5
5 changed files with 27 additions and 19 deletions
|
@ -127,7 +127,7 @@ int saveFileJSONrootEx(const char *preferredName, void *root, size_t flags, bool
|
|||
* @param datalen the length of the data
|
||||
* @return 0 for ok
|
||||
*/
|
||||
int saveFileWAVE(const char *preferredName, int *data, size_t datalen);
|
||||
int saveFileWAVE(const char *preferredName, const int *data, size_t datalen);
|
||||
|
||||
/** STUB
|
||||
* @brief Utility function to save PM3 data to a file. This method takes a preferred name, but if that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue