"); if (showItemRgb) @@ -507,31 +507,31 @@ bedTabOutN(bed, ct->fieldCount, stdout); } hPrintf("\n"); } } static void showSchemaCtArray(char *table, struct customTrack *ct) /* Show schema on bed format custom track. */ { struct bed *bed; int count = 0; /* Find named custom track. */ hPrintf("Custom Track ID: %s ", table); hPrintf("Field Count: %d
"); for(bed = ct->bedList;bed != NULL && count < 10;bed = bed->next,++count)