flow: fix a debug statement
commit5b48940e4c18f1ecc53e33d3e0c4cb2da6ad1618
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Mar 2013 12:36:57 +0000 (14 15:36 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Mar 2013 12:36:57 +0000 (14 15:36 +0300)
treec7dffa583365d3cd3d912b755d3c765775c880d8
parent47935b66f6b9d50b06a2456e76706b243a477261
flow: fix a debug statement

The "cur_func" string hadn't been updated to the name of the inline
function at that point.  I've moved it down so now it prints the right
thing.

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