style: fix syntax-check issues

* src/counterexample.c, src/files.c, src/files.h, src/lssi.c,
* src/state-item.c: here.
This commit is contained in:
Akim Demaille
2020-06-07 09:14:43 +02:00
parent 39be113b1f
commit 421662ec88
5 changed files with 10 additions and 10 deletions

View File

@@ -238,7 +238,7 @@ shortest_path_from_start (state_item_number target, symbol_number next_sym)
{
gl_list_free (queue);
fputs ("Cannot find shortest path to conflict state.", stderr);
exit (1);
abort ();
}
gl_list_t res =
gl_list_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);