ofono/examples
Lucas De Marchi 00cdf2b427 examples: 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>
2010-11-29 11:59:07 -06:00
..
history.c build: Move example plugins to its own directory 2010-10-01 07:44:09 +02:00
nettime.c examples: explicitly compare pointers to NULL 2010-11-29 11:59:07 -06:00