]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
fix missing terminating 0 in my_executable_directory (thanks @iceman1001).
[proxmark3-svn] / client / proxmark3.h
index 2d19cf5c811af0d581f3fcef37ab010370dbd1f7..3f7c300441f2b7d2a2aeda619ceeced02384ccce 100644 (file)
@@ -17,7 +17,7 @@
 #define PROXPROMPT "proxmark3> "
 
 void SendCommand(UsbCommand *c);
-const char const *get_my_executable_path(void);
-const char const *get_my_executable_directory(void);
+const char *get_my_executable_path(void);
+const char *get_my_executable_directory(void);
 
 #endif
Impressum, Datenschutz