diff options
Diffstat (limited to 'src/tools/jedutil.c')
-rw-r--r-- | src/tools/jedutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/jedutil.c b/src/tools/jedutil.c index da94583d6db..64cabca43cc 100644 --- a/src/tools/jedutil.c +++ b/src/tools/jedutil.c @@ -144,11 +144,11 @@ struct pin_fuse_columns }; -typedef struct _pal_data pal_data; +struct pal_data; typedef void (*print_product_terms_func)(const pal_data* pal, const jed_data* jed); -struct _pal_data +struct pal_data { const char *name; const pin_fuse_rows *pinfuserows; |