aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index b9a9805..d485d26 100644
--- a/main.cpp
+++ b/main.cpp
@@ -74,7 +74,7 @@ static const struct option long_options[] =
static void print_version()
{
- printf(_("Powertop version" POWERTOP_VERSION ", compiled on "__DATE__ "\n"));
+ printf(_("Powertop version" POWERTOP_VERSION ", compiled on " __DATE__ "\n"));
}
static void print_usage()