aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-negative.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-05 01:51:57 +0200
committerMattias Andrée <maandree@kth.se>2016-08-05 01:51:57 +0200
commit93fff2cd6f49316820ec7a2348c7fed927f4a918 (patch)
tree19c4bf11f24e4d70b2cf961f7f2b137315ec33c3 /src/cg-negative.c
parentFix bugs (diff)
downloadcg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.gz
cg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.bz2
cg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-negative.c')
-rw-r--r--src/cg-negative.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-negative.c b/src/cg-negative.c
index b0c19ed..7b7e976 100644
--- a/src/cg-negative.c
+++ b/src/cg-negative.c
@@ -30,7 +30,7 @@
/**
* The default filter priority for the program
*/
-const int64_t default_priority = ((int64_t)1) << 63;
+const int64_t default_priority = ((int64_t)1) << 62;
/**
* The default class for the program