Index: export_c_draw.c =================================================================== --- export_c_draw.c (revision 34309) +++ export_c_draw.c (revision 34310) @@ -74,11 +74,11 @@ /* other HIDs expect this to be first. */ {"outfile", "Graphics output file", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0}, #define HA_c_drawfile 0 {"cam", "CAM instruction", - RND_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0} + RND_HATT_STRING, 0, 0, {0, 0, 0}, 0} #define HA_cam 1 };