diff --git a/slsDetectorSoftware/src/SharedMemory.h b/slsDetectorSoftware/src/SharedMemory.h index a8e436664..880e7e89f 100644 --- a/slsDetectorSoftware/src/SharedMemory.h +++ b/slsDetectorSoftware/src/SharedMemory.h @@ -215,9 +215,9 @@ template class SharedMemory { } } - const char* getNoShmAccessMessage() const { + const char *getNoShmAccessMessage() const { return ("No shared memory to access. Create it first with " - "hostname or config command."); + "hostname or config command."); }; }; diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index a145433ec..ea4699c85 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -9,5 +9,5 @@ #define APIMYTHEN3 "7.0.0.rc3 0x230130" #define APIMOENCH "7.0.0.rc3 0x230130" #define APIEIGER "7.0.0.rc3 0x230130" -#define APILIB "7.0.0.rc3 0x230210" -#define APIRECEIVER "7.0.0.rc3 0x230210" +#define APILIB "7.0.0.rc3 0x230210" +#define APIRECEIVER "7.0.0.rc3 0x230210"