comparison tools/gfxconv.c @ 1910:1a198212009e

Bump gfxconv version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 17:32:14 +0300
parents a323ca23f449
children 794cbb938a58
comparison
equal deleted inserted replaced
1909:a323ca23f449 1910:1a198212009e
1810 1810
1811 for (i = 0; i < nbaseFormatList; i++) 1811 for (i = 0; i < nbaseFormatList; i++)
1812 memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat)); 1812 memcpy(&convFormatList[n++], &baseFormatList[i], sizeof(DMConvFormat));
1813 1813
1814 // Initialize and parse commandline 1814 // Initialize and parse commandline
1815 dmInitProg("gfxconv", "Simple graphics converter", "0.93", NULL, NULL); 1815 dmInitProg("gfxconv", "Simple graphics converter", "0.94", NULL, NULL);
1816 1816
1817 if (!dmArgsProcess(argc, argv, optList, optListN, 1817 if (!dmArgsProcess(argc, argv, optList, optListN,
1818 argHandleOpt, argHandleFile, OPTH_BAILOUT)) 1818 argHandleOpt, argHandleFile, OPTH_BAILOUT))
1819 exit(1); 1819 exit(1);
1820 1820