slist: fix debugging output
commitac47db2d65857560eaed1771bbf355591b8a8bd2
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 17 Feb 2015 08:47:06 +0000 (17 11:47 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 17 Feb 2015 08:47:06 +0000 (17 11:47 +0300)
tree0cafb8252949ac9dfe2e7f40134c08876020c167
parent98d7eea68d50a354750accccca68ebb15102839a
slist: fix debugging output

If you do have a ->possible list with stuff in it then the output was all
messed up.

Also let's add some single quotes around the state name, because that can
be an empty string.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_slist.c