summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2016-06-06 04:18:56 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2016-06-06 04:18:56 +0000
commitd134fb49e5304253f78b77637a740450c1297300 (patch)
tree44322c6f0034899e9d4758edea31db7fb81a0861 /usr.sbin/bluetooth
parent3f708a3203f5fe8739fa83f05ce3f0f90a83bed7 (diff)
downloadsrc-test-d134fb49e5304253f78b77637a740450c1297300.tar.gz
src-test-d134fb49e5304253f78b77637a740450c1297300.zip
For pointers use NULL instead of 0.
Notes
Notes: svn path=/head/; revision=301482
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 f4f3e69d2ea65..4ab823c3ce257 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 */