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

@@ -92,6 +92,6 @@ void xfclose (FILE *ptr);
FILE *xfdopen (int fd, char const *mode);
char *map_file_name (char const *filename);
void add_prefix_map(char const* oldprefix, char const* newprefix);
void add_prefix_map (char const *oldprefix, char const *newprefix);
#endif /* !FILES_H_ */