Code cleanup

This commit is contained in:
Pierre Pronchery 2012-11-30 23:13:13 +01:00
parent 95152384cd
commit adf4f03fb7

View File

@ -38,7 +38,7 @@ static int _c99(C99Prefs * prefs, int filec, char * filev[])
&& filev[0][len - 2] == '.' && filev[0][len - 1] == 'c')
{
if((c99 = c99_new(prefs, filev[0])) == NULL)
return error_print(PACKAGE);
return error_print("c99");
ret = c99_parse(c99);
c99_delete(c99);
return ret;