For pointers use NULL instead of 0.

This commit is contained in:
Marcelo Araujo 2016-06-06 04:18:56 +00:00
parent 3f708a3203
commit d134fb49e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301482

View File

@ -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 */