From d134fb49e5304253f78b77637a740450c1297300 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Mon, 6 Jun 2016 04:18:56 +0000 Subject: [PATCH] For pointers use NULL instead of 0. --- usr.sbin/bluetooth/btpand/btpand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bluetooth/btpand/btpand.c b/usr.sbin/bluetooth/btpand/btpand.c index f4f3e69d2ea6..4ab823c3ce25 100644 --- a/usr.sbin/bluetooth/btpand/btpand.c +++ b/usr.sbin/bluetooth/btpand/btpand.c @@ -171,7 +171,7 @@ main(int argc, char *argv[]) usage(); if (!bdaddr_any(&remote_bdaddr) && (server_limit != 0 || - control_path != 0 || (service_name != NULL && l2cap_psm != 0))) + control_path != NULL || (service_name != NULL && l2cap_psm != 0))) usage(); /* default options */