aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h
index f625125..9df24e1 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -41,6 +41,7 @@ enum lifespan
* The filter should be removed now
*/
LIFESPAN_REMOVE
+
};
@@ -85,6 +86,7 @@ struct filter
* `lifespan == LIFESPAN_REMOVE`.
*/
void* ramps;
+
};