From: Amitay Isaacs Date: Mon, 6 Jun 2016 05:04:08 +0000 (+1000) Subject: ctdb-cluster-mutex: Fix #endif decoration X-Git-Tag: tdb-1.3.10~916 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7073d402121bf362639fce663ff0939678def4c;p=thirdparty%2Fsamba.git ctdb-cluster-mutex: Fix #endif decoration Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Wed Jun 8 04:52:18 CEST 2016 on sn-devel-144 --- diff --git a/ctdb/server/ctdb_cluster_mutex.h b/ctdb/server/ctdb_cluster_mutex.h index 7ab00e16018..4587290e2e5 100644 --- a/ctdb/server/ctdb_cluster_mutex.h +++ b/ctdb/server/ctdb_cluster_mutex.h @@ -48,4 +48,4 @@ ctdb_cluster_mutex(TALLOC_CTX *mem_ctx, cluster_mutex_lost_handler_t lost_handler, void *lost_data); -#endif /* __CTDB_IPALLOC_H__ */ +#endif /* __CTDB_CLUSTER_MUTEX_H__ */