diff options
Diffstat (limited to 'src/cg-negative.c')
-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 |