summaryrefslogtreecommitdiff
path: root/utils/zenutils/source/shared/updater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/zenutils/source/shared/updater.cpp')
-rw-r--r--utils/zenutils/source/shared/updater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zenutils/source/shared/updater.cpp b/utils/zenutils/source/shared/updater.cpp
index 6f200e3..8db72d0 100644
--- a/utils/zenutils/source/shared/updater.cpp
+++ b/utils/zenutils/source/shared/updater.cpp
@@ -45,7 +45,7 @@ const char* zen::find_firmware_key(const byte* buffer, size_t len)
}
}
}
- return NULL;
+ return "";
}
dword zen::find_firmware_offset(byte* buffer, size_t len)