aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-sleepmode.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-01-15 20:08:52 +0100
committerMattias Andrée <maandree@kth.se>2018-01-15 20:08:52 +0100
commit2e0ea42092d06457fbf669f85104951e510879cd (patch)
treea8808ba599a3c6bd518fef3a4929751d6d212264 /src/cg-sleepmode.c
parentFix manuals (diff)
downloadcg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.gz
cg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.bz2
cg-tools-2e0ea42092d06457fbf669f85104951e510879cd.tar.xz
Add cg-shallow, minor fixes, and bump year1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-sleepmode.c')
-rw-r--r--src/cg-sleepmode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cg-sleepmode.c b/src/cg-sleepmode.c
index 1ec2e1d..3248d58 100644
--- a/src/cg-sleepmode.c
+++ b/src/cg-sleepmode.c
@@ -1,6 +1,6 @@
/**
* cg-tools -- Cooperative gamma-enabled tools
- * Copyright (C) 2016 Mattias Andrée (maandree@kth.se)
+ * Copyright (C) 2016, 2018 Mattias Andrée (maandree@kth.se)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
/**
* The default filter priority for the program
*/
-const int64_t default_priority = ((int64_t)3) << 59;
+const int64_t default_priority = (int64_t)3 << 59;
/**
* The default class for the program
@@ -174,7 +174,7 @@ int handle_opt(char* opt, char* arg)
*
* @param out Output parameter for the value
* @param str The string
- * @retunr Zero on success, -1 if the string is invalid
+ * @return Zero on success, -1 if the string is invalid
*/
static int parse_double(double* restrict out, const char* restrict str)
{