mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #2059 from ZeroChaos-/master
fix lto-type-mismatch in guidummy.cpp
This commit is contained in:
commit
c5dff6a55f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ extern "C" void ShowGraphWindow(void) {
|
||||||
extern "C" void HideGraphWindow(void) {}
|
extern "C" void HideGraphWindow(void) {}
|
||||||
extern "C" void RepaintGraphWindow(void) {}
|
extern "C" void RepaintGraphWindow(void) {}
|
||||||
|
|
||||||
extern "C" void ShowPictureWindow(char *fn) {
|
extern "C" void ShowPictureWindow(char *fn, int len) {
|
||||||
static int warned = 0;
|
static int warned = 0;
|
||||||
|
|
||||||
if (!warned) {
|
if (!warned) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue