CHG: increased the script-filename column width from 16 to 21.

This commit is contained in:
iceman1001 2016-08-07 21:05:09 +02:00
commit 5def0b3c74
2 changed files with 3 additions and 9 deletions

View file

@ -8,11 +8,9 @@
// Some lua scripting glue to proxmark core.
//-----------------------------------------------------------------------------
#ifndef CMDSCRIPT_H__
#define CMDSCRIPT_H__
int CmdScript(const char *Cmd);
#endif