comparison tools/gfxconv.c @ 2499:b7d340e045fb

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 21:11:05 +0300
parents 2e38e1512a22
children 5621befda8d6
comparison
equal deleted inserted replaced
2498:2e38e1512a22 2499:b7d340e045fb
2618 2618
2619 for (i = 0; i < nbaseFormatList; i++) 2619 for (i = 0; i < nbaseFormatList; i++)
2620 memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat)); 2620 memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
2621 2621
2622 // Initialize and parse commandline 2622 // Initialize and parse commandline
2623 dmInitProg("gfxconv", "Simple graphics converter", "0.94", NULL, NULL); 2623 dmInitProg("gfxconv", "Simple graphics converter", "0.95", NULL, NULL);
2624 2624
2625 if (!dmArgsProcess(argc, argv, optList, optListN, 2625 if (!dmArgsProcess(argc, argv, optList, optListN,
2626 argHandleOpt, argHandleFile, OPTH_BAILOUT)) 2626 argHandleOpt, argHandleFile, OPTH_BAILOUT))
2627 exit(1); 2627 exit(1);
2628 2628