From 2e0ea42092d06457fbf669f85104951e510879cd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 15 Jan 2018 20:08:52 +0100 Subject: Add cg-shallow, minor fixes, and bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cg-negative.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cg-negative.c') 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 -- cgit v1.2.3-70-g09d2