diff options
author | 2012-10-30 07:07:38 +0000 | |
---|---|---|
committer | 2012-10-30 07:07:38 +0000 | |
commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/tools/jedutil.c | |
parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/tools/jedutil.c')
-rw-r--r-- | src/tools/jedutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/jedutil.c b/src/tools/jedutil.c index 088677ede57..bc4f40eaf74 100644 --- a/src/tools/jedutil.c +++ b/src/tools/jedutil.c @@ -1233,7 +1233,7 @@ static void generate_product_terms(const pal_data* pal, const jed_data* jed, UIN if (pal->is_product_term_enabled && !pal->is_product_term_enabled(pal, jed, fuserow)) { - return; + return; } for (index = 0; index < inputpinscount; ++index) |