| 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 |
| r17682 | r17683 | |
|---|---|---|
| 100 | 100 | #include <stdlib.h> |
| 101 | 101 | #include <string.h> |
| 102 | 102 | #include <ctype.h> |
| 103 | #include "corestr.h" | |
| 103 | 104 | #include "jedparse.h" |
| 104 | 105 | |
| 105 | 106 | |
| r17682 | r17683 | |
| 876 | 877 | for (index = 0; index < sizeof(paldata) / sizeof(paldata[0]); |
| 877 | 878 | ++index) |
| 878 | 879 | { |
| 879 | if (!strcmp | |
| 880 | if (!core_stricmp | |
| 880 | 881 | { |
| 881 | 882 | return &paldata[index]; |
| 882 | 883 | } |
| Previous | 199869 Revisions | Next |