db: SQL formatting bug
commitb76bd4651d13ac8989c9e97582c2cca529ca1aaf
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Feb 2013 14:58:55 +0000 (19 17:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Feb 2013 14:58:55 +0000 (19 17:58 +0300)
treebf44200dc04e516b9af82bc6237f77ce0eb407c1
parent903f22f781373ffbc58e143511cd564d03d172a6
db: SQL formatting bug

Oops.  I am getting tons of warnings.  I should have tested the previous
commits.

SQL error #2: near "order": syntax error
SQL: 'select function_id, type, parameter, key, value from caller_info
where file = 'check_debug.h' and function = '__smatch_implied'
and static = '1'; order by function_id;'

Move the ';' char into the caller function.

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