In C++11 "string"Identifier is seen as a user-defined literal. Add a space to
make it clear that this isn't what is meant here.
Signed-off-by: Magnus Fromreide <magfr(a)lysator.liu.se>
---
src/lib.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib.h b/src/lib.h
index adcc4a2..1777a36 100644
--- a/src/lib.h
+++ b/src/lib.h
@@ -35,7 +35,7 @@
#define _(STRING) gettext(STRING)
-#define POWERTOP_VERSION "v"PACKAGE_VERSION
+#define POWERTOP_VERSION "v" PACKAGE_VERSION
#define POWERTOP_SHORT_VERSION PACKAGE_VERSION
extern int is_turbo(uint64_t freq, uint64_t max, uint64_t maxmo);
--
2.0.0.rc0