summaryrefslogtreecommitdiff
path: root/source/lib/util_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/util_list.c')
-rw-r--r--source/lib/util_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_list.c b/source/lib/util_list.c
index 19354c87843..0175a7c8a16 100644
--- a/source/lib/util_list.c
+++ b/source/lib/util_list.c
@@ -230,7 +230,7 @@ BOOL compare_rpc_hnd_node(const RPC_HND_NODE *x,
{
/* only compare valid nodes */
if (x==NULL || y==NULL)
- return FALSE;
+ return False;
/* if the POLICY_HND field(s) are ever changed, this
will need to be updated. Probably should be a set of