diff options
Diffstat (limited to 'common/xilinx.c')
-rw-r--r-- | common/xilinx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xilinx.c b/common/xilinx.c index cb153e1..b2e6169 100644 --- a/common/xilinx.c +++ b/common/xilinx.c @@ -194,6 +194,7 @@ int xilinx_info (Xilinx_desc * desc) /* Add new family types here */ default: /* we don't need a message here - we give one up above */ + ; } } else printf ("No Device Function Table.\n"); |