diff options
| author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-11-27 17:39:03 -0200 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-29 13:12:04 -0600 |
| commit | 42bafa260a844c46d1de2f878464165bfad0ab75 (patch) | |
| tree | 3275a81e1bdf776f03231f1ae3a2fad11c7c262e /COPYING | |
| parent | 7484d799c9eb28bc895046c145b979ae834edc32 (diff) | |
| download | ofono-42bafa260a844c46d1de2f878464165bfad0ab75.tar.bz2 | |
simutil: 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 'COPYING')
0 files changed, 0 insertions, 0 deletions