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:04:04 -0600 |
commit | 8e0f9aab9e02e77a1237399e4ad37b353ea2a9f5 (patch) | |
tree | 8d3fde0a2b3e30e314c5fbc567d508bd3063c536 /src/message-waiting.c | |
parent | 67f78f680d4b72d24a280be528a00778dcdf28dc (diff) | |
download | ofono-8e0f9aab9e02e77a1237399e4ad37b353ea2a9f5.tar.bz2 |
smsutil: 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/message-waiting.c')
0 files changed, 0 insertions, 0 deletions