d4e76665e938408d8decc4beb257809fa6b22c78 galt Wed Nov 19 14:28:06 2025 -0800 fixed the code comment terminating characters for the isComplexSetting(). diff --git src/hg/inc/trackDb.h src/hg/inc/trackDb.h index 431d4785ffc..df6c2f795fb 100644 --- src/hg/inc/trackDb.h +++ src/hg/inc/trackDb.h @@ -754,19 +754,19 @@ boolean trackSettingIsFile(char *setting); /* Returns TRUE if setting found in trackDb stanza is a file setting that * would benefit from directory $D substitution among other things - looks for * settings that ends in "Url" and a few others. */ char *labelAsFiltered(char *label); /* add text to label to indicate filter is active */ char *labelAsFilteredNumber(char *label, unsigned number); /* add text to label to indicate filter is active */ int trackDbGetCartVersion(); /* Get the highest cart version that a set of trackDb entries has specified. */ boolean isComplexSetting(char *name); -/* Check to see if this is one of the filter variables that have arbitrary initial strings. +/* Check to see if this is one of the filter variables that have arbitrary initial strings. */ #endif /* TRACKDB_H */