mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
06d63a8c0e
commit
5c5bfe59d6
1 changed files with 2 additions and 2 deletions
|
@ -1673,7 +1673,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
|||
PrintAndLogEx(NORMAL, " native BT support......... " _YELLOW_("absent"));
|
||||
#endif
|
||||
#ifdef HAVE_PYTHON
|
||||
PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " (" _YELLOW_(PY_VERSION) ")");
|
||||
PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " ( " _YELLOW_(PY_VERSION) " )");
|
||||
#else
|
||||
PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent"));
|
||||
#endif
|
||||
|
@ -1682,7 +1682,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
|||
#else
|
||||
PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent"));
|
||||
#endif
|
||||
PrintAndLogEx(NORMAL, " Lua script support........ " _GREEN_("present") " (" _YELLOW_("%s.%s.%s") ")", LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_RELEASE);
|
||||
PrintAndLogEx(NORMAL, " Lua script support........ " _GREEN_("present") " ( " _YELLOW_("%s.%s.%s") " )", LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_RELEASE);
|
||||
#ifdef HAVE_LUA_SWIG
|
||||
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present"));
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue