[core] Tweaks on descriptions
This commit is contained in:
parent
1dffc7e046
commit
971e80534e
|
|
@ -442,7 +442,7 @@ typedef struct CoreData {
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Global Variables Definition
|
// Global Variables Definition
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
static CoreData CORE = { 0 };
|
static CoreData CORE = { 0 }; // Global CORE context
|
||||||
|
|
||||||
static char **dirFilesPath; // Store directory files paths as strings
|
static char **dirFilesPath; // Store directory files paths as strings
|
||||||
static int dirFilesCount = 0; // Count directory files strings
|
static int dirFilesCount = 0; // Count directory files strings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user