File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ int main(int argc, char *argv[])
833
833
int exCollectionCount = 0 ;
834
834
rlExampleInfo * exCollection = LoadExamplesData (exCollectionFilePath , "ALL" , false, & exCollectionCount );
835
835
836
- // TODO: Validate: Duplicate entries in collection list?
836
+ // TODO: Validate: Check duplicate entries in collection list?
837
837
838
838
// Set status information for all examples, using "status" field in the struct
839
839
for (int i = 0 ; i < exCollectionCount ; i ++ )
@@ -1974,7 +1974,7 @@ static char **ScanExampleResources(const char *filePath, int *resPathCount)
1974
1974
strncpy (buffer , start , len );
1975
1975
buffer [len ] = '\0' ;
1976
1976
1977
- // TODO: Make sure buffer is a path (and not a Tracelog () text )
1977
+ // TODO: Make sure buffer is a path (and not a TraceLog () string )
1978
1978
1979
1979
// Check for known extensions
1980
1980
for (int i = 0 ; i < extCount ; i ++ )
You can’t perform that action at this time.
0 commit comments