page: reorder cvt[] array to match enum

This commit is contained in:
Russ Cox 2008-12-06 15:46:58 -08:00
parent 8f6514208e
commit e9a2f2e357
2 changed files with 1 additions and 4 deletions

View file

@ -30,15 +30,13 @@ struct GfxInfo {
Convert cvt[] = {
{ "plan9", "fb/3to1 rgbv %a |fb/pcp -tplan9" },
{ "tiff", "fb/tiff2pic %a | fb/3to1 rgbv | fb/pcp -tplan9" },
{ "plan9bm", nil },
{ "jpeg", "jpg -9 %a", "jpg -t9 %a" },
{ "gif", "gif -9 %a", "gif -t9 %a" },
{ "inferno", nil },
{ "fax", "aux/g3p9bit -g %a" },
{ "unknown", "fb/cvt2pic %a |fb/3to1 rgbv" },
{ "plan9bm", nil },
{ "ppm", "ppm -9 %a", "ppm -t9 %a" },
/* ``temporary'' hack for hobby */
{ "ccitt-g4", "cat %a|rx nslocum /usr/lib/ocr/bin/bcp -M|fb/pcp -tcompressed -l0" },
{ "png", "png -9 %a", "png -t9 %a" },
{ "yuv", "yuv -9 %a", "yuv -t9 %a" },
{ "bmp", "bmp -9 %a", "bmp -t9 %a" },

View file

@ -31,7 +31,6 @@ enum {
Ifax,
Icvt2pic,
Iplan9bm,
Iccittg4,
Ippm,
Ipng,
Iyuv,