summaryrefslogtreecommitdiff
path: root/devel/isl/files/patch-include_isl_ctx.h
blob: 146889b35da6287e46be2d3e6707bbdc8070a049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/isl/ctx.h.orig	2015-08-07 18:18:01 UTC
+++ include/isl/ctx.h
@@ -80,7 +80,7 @@ enum isl_error {
 };
 typedef enum {
 	isl_stat_error = -1,
-	isl_stat_ok = 0,
+	isl_stat_ok = 0
 } isl_stat;
 typedef enum {
 	isl_bool_error = -1,