summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 16:01:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 16:01:48 +0000
commit870d2f9e26e8def4600af63a54f7d3d3c180406f (patch)
tree44cdd302a1bca9d818d9f5a965c0b81e7950fda5 /include
parent63d8c28947f80a3e6dd0eb107cdb38fba71dd771 (diff)
downloadlibwapcaplet-870d2f9e26e8def4600af63a54f7d3d3c180406f.tar.gz
libwapcaplet-870d2f9e26e8def4600af63a54f7d3d3c180406f.tar.bz2
Lose trailing comma.
GCC 2.95 compatibility. svn path=/trunk/libwapcaplet/; revision=7098
Diffstat (limited to 'include')
-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;
/**