diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-11-27 17:39:01 -0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-12-08 16:33:06 +0100 |
commit | 752a2ccec8cab65e18b9a57be6cc9adf6cc1f444 (patch) | |
tree | b1a34c0d14e3c3586bbadfb4a69656499b9ed97a /src | |
parent | 5713d5e19f9b6d67d1570fd09c647a5640a1a1a6 (diff) | |
download | ofono-752a2ccec8cab65e18b9a57be6cc9adf6cc1f444.tar.bz2 |
gdbus: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)
// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@
- !E
+ E == NULL
// </smpl>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions