summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libnftnl/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h
index 221b15c..4c23774 100644
--- a/include/libnftnl/object.h
+++ b/include/libnftnl/object.h
@@ -167,7 +167,7 @@ struct nftnl_obj_list_iter *nftnl_obj_list_iter_create(struct nftnl_obj_list *l)
struct nftnl_obj *nftnl_obj_list_iter_next(struct nftnl_obj_list_iter *iter);
void nftnl_obj_list_iter_destroy(struct nftnl_obj_list_iter *iter);
-#ifdef __cplusplusg
+#ifdef __cplusplus
} /* extern "C" */
#endif