ctdb-cluster-mutex: Fix #endif decoration
authorAmitay Isaacs <amitay@gmail.com>
Mon, 6 Jun 2016 05:04:08 +0000 (15:04 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 8 Jun 2016 02:52:18 +0000 (04:52 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Jun  8 04:52:18 CEST 2016 on sn-devel-144

ctdb/server/ctdb_cluster_mutex.h

index 7ab00e16018af47f7acaa9da44d3f28d1d30babe..4587290e2e5ec0b2c95d776e8c74518c1305d66a 100644 (file)
@@ -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__ */