| 225 |
225 |
| 226 fclose (fp); |
226 fclose (fp); |
| 227 g_loadedFiles.push_back (load); |
227 g_loadedFiles.push_back (load); |
| 228 |
228 |
| 229 logf ("File %s parsed successfully (%lu warning%s).\n", |
229 logf ("File %s parsed successfully (%lu warning%s).\n", |
| 230 path.chars(), numWarnings, PLURAL (numWarnings)); |
230 path.chars(), numWarnings, plural (numWarnings)); |
| 231 |
231 |
| 232 return load; |
232 return load; |
| 233 } |
233 } |
| 234 |
234 |
| 235 // ============================================================================= |
235 // ============================================================================= |