Fix c99 style comment

This commit is contained in:
Doug Currie 2016-01-10 15:05:35 -05:00
parent ad0ef726fc
commit 33667788cb
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ pic_number_string_to_number(pic_state *pic)
flo = pic_read_cstr(pic, str);
}
pic_catch {
// swallow error
/* swallow error */
flo = pic_false_value();
}