Previous 199869 Revisions Next

r17683 Thursday 6th September, 2012 at 18:56:51 UTC by Wilbert Pol
Fix compile error (nw)
[src/tools]jedutil.c

trunk/src/tools/jedutil.c
r17682r17683
100100#include <stdlib.h>
101101#include <string.h>
102102#include <ctype.h>
103#include "corestr.h"
103104#include "jedparse.h"
104105
105106
r17682r17683
876877    for (index = 0; index < sizeof(paldata) / sizeof(paldata[0]);
877878         ++index)
878879    {
879        if (!strcmpi(name, paldata[index].name))
880        if (!core_stricmp(name, paldata[index].name))
880881        {
881882            return &paldata[index];
882883        }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team