diff options
author | Mattias Andrée <maandree@kth.se> | 2018-01-15 20:08:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-01-15 20:08:52 +0100 |
commit | 2e0ea42092d06457fbf669f85104951e510879cd (patch) | |
tree | a8808ba599a3c6bd518fef3a4929751d6d212264 /src/cg-negative.c | |
parent | Fix manuals (diff) | |
download | cg-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 '')
-rw-r--r-- | src/cg-negative.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cg-negative.c b/src/cg-negative.c index 90b0df2..8a98959 100644 --- a/src/cg-negative.c +++ b/src/cg-negative.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 @@ -30,7 +30,7 @@ /** * The default filter priority for the program */ -const int64_t default_priority = ((int64_t)1) << 62; +const int64_t default_priority = (int64_t)1 << 62; /** * The default class for the program |