]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
add semicolon at end of line.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jan 2018 09:33:24 +0000 (09:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jan 2018 09:33:24 +0000 (09:33 +0000)
git-svn-id: file:///svn/unbound/trunk@4450 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/unbound.so.conf

index e6cf159bd637172a6b29a41a831275fb3d193775..3b78fca7f378b583f1311fdf4ae4f15d96860f51 100644 (file)
@@ -7,7 +7,7 @@ typedef ub_nxdomain = enum(name_exists, nxdomain);
 typedef ub_secure = enum(not_secure, secure);
 typedef ub_bogus = enum(not_bogus, bogus);
 typedef ub_result = struct(string, ub_type, ub_class, array(void*,zero)*, array(int,zero)*, string, ub_rcode, void*, int, ub_havedata, ub_nxdomain, ub_secure, ub_bogus, string, int);
-typedef ub_ctx = void
+typedef ub_ctx = void;
 ub_ctx* ub_ctx_create(void);
 void ub_ctx_delete(ub_ctx*);
 int ub_ctx_set_option(ub_ctx*, string, string);