diff options
author | saturneric <[email protected]> | 2023-10-28 18:46:15 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-28 18:46:15 +0000 |
commit | fd46d4667611c0db9cea3f06205727399b6fb5fd (patch) | |
tree | 8755059620d00d1690673d963cd0d913df92ae1c /src/GpgFrontend.h.in | |
parent | feat: introduce clang-tidy config and modify clang-format config (diff) | |
download | GpgFrontend-fd46d4667611c0db9cea3f06205727399b6fb5fd.tar.gz GpgFrontend-fd46d4667611c0db9cea3f06205727399b6fb5fd.zip |
refactor: start to tidy up code using clang-tidy
Diffstat (limited to 'src/GpgFrontend.h.in')
-rw-r--r-- | src/GpgFrontend.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GpgFrontend.h.in b/src/GpgFrontend.h.in index 50be4d66..e23abd1e 100644 --- a/src/GpgFrontend.h.in +++ b/src/GpgFrontend.h.in @@ -49,7 +49,7 @@ // build info #define PROJECT_NAME "@CMAKE_PROJECT_NAME@" -#define OS_PLATFORM @OS_PLATFORM @ +#define OS_PLATFORM "@OS_PLATFORM@" #define LOCALE_DIR "@LOCALE_DIR@" // macros to find resource files |