summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2016-06-06 04:18:56 +0000
committeraraujo <araujo@FreeBSD.org>2016-06-06 04:18:56 +0000
commitbebfa78b46985538274dbd148fea1e11a6538f2f (patch)
tree44322c6f0034899e9d4758edea31db7fb81a0861 /usr.sbin/bluetooth
parent7552ed7502a55c58b636e2d1d1f17ed34df0d744 (diff)
downloadFreeBSD-src-bebfa78b46985538274dbd148fea1e11a6538f2f.zip
FreeBSD-src-bebfa78b46985538274dbd148fea1e11a6538f2f.tar.gz
For pointers use NULL instead of 0.
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/btpand/btpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/btpand/btpand.c b/usr.sbin/bluetooth/btpand/btpand.c
index f4f3e69..4ab823c 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 */
OpenPOWER on IntegriCloud