type: don't crash trying to print pointer types
commit7d9ffb5d91cde8822d618f4535d8199e6ac10850
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Nov 2014 12:51:04 +0000 (6 15:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Nov 2014 12:51:04 +0000 (6 15:51 +0300)
treefd655ae04b5fefc2e73a1bd224f57af9aa5dddb9
parentb5f5bc812e408f8cabfce1cb25e624d5a0284dd6
type: don't crash trying to print pointer types

Oops.  I broke things when I changed type_to_str() and obviously I didn't
test the change at all before committing.  I am a bad person.

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