[core] Tweaks on descriptions

This commit is contained in:
Ray 2020-01-30 00:18:19 +01:00
parent 1dffc7e046
commit 971e80534e

View File

@ -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