summaryrefslogtreecommitdiff
path: root/include/libwapcaplet
diff options
context:
space:
mode:
Diffstat (limited to 'include/libwapcaplet')
-rw-r--r--include/libwapcaplet/libwapcaplet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libwapcaplet/libwapcaplet.h b/include/libwapcaplet/libwapcaplet.h
index c3b99ea..919d1e1 100644
--- a/include/libwapcaplet/libwapcaplet.h
+++ b/include/libwapcaplet/libwapcaplet.h
@@ -33,7 +33,7 @@ typedef struct lwc_string_s lwc_string;
typedef enum lwc_error_e {
lwc_error_ok = 0,
lwc_error_oom = 1,
- lwc_error_range = 2,
+ lwc_error_range = 2
} lwc_error;
/**