mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
wiegand: no previous prototype warnings
This commit is contained in:
parent
a869ae9687
commit
af75c70c27
2 changed files with 37 additions and 37 deletions
|
@ -90,7 +90,7 @@ static FILE *current_cmdscriptfile() {
|
|||
return cmdscriptfile[cmdscriptfile_idx];
|
||||
}
|
||||
|
||||
bool pop_cmdscriptfile() {
|
||||
static bool pop_cmdscriptfile() {
|
||||
fclose(cmdscriptfile[cmdscriptfile_idx]);
|
||||
cmdscriptfile[cmdscriptfile_idx--] = NULL;
|
||||
if (cmdscriptfile_idx == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue