remove a duplicate typedef in tools/retro-muri.c (sevan, in #retro)

FossilOrigin-Name: a3556a2c6b202d3d07f9dcc29441a383a926a88f82e02613bafa6c925fa0bf91
This commit is contained in:
crc 2023-10-03 12:18:57 +00:00
parent b0c29a9366
commit 94d878ff13
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,6 @@
================================================================
- removed duplicate typedef in tools/retro-muri.c (sevan)
================================================================

View file

@ -56,8 +56,6 @@ size_t bsd_strlcpy(char *dst, const char *src, size_t dsize);
char code_start[33], code_end[33], test_start[33], test_end[33];
typedef void (*Handler)(char *);
void read_line(FILE *file, char *line_buffer) {
int ch = getc(file);
int count = 0;