Fixed naming according to coding convention

Made a function camelCase.
This commit is contained in:
Scr3amer 2023-04-06 19:31:46 -04:00 committed by GitHub
parent 8fe887fe00
commit 6f08e09191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,7 @@ BOOL loadWin7MonitorPointers(AccurateMonitorNameRequiredData *io_ptrs)
}
// If the returned pointer is valid (not NULL) the caller of this function is in charge of freeing the memory when he is done.
static char * GetAccurateMonitorName(const WCHAR *deviceName)
static char * getAccurateMonitorName(const WCHAR *deviceName)
{
AccurateMonitorNameRequiredData dllPointers;
DISPLAYCONFIG_PATH_INFO *paths;