added missing comment to initLogger

This commit is contained in:
Václav Šmejkal 2022-11-22 18:21:20 +01:00
parent f2b059da13
commit 4e345eeb99
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,6 @@
#ifndef WHY2_LOGGER_LOGGER_H
#define WHY2_LOGGER_LOGGER_H
int initLogger(char *directoryPath);
int initLogger(char *directoryPath); //CREATES LOGGING FILE IN directoryPath
#endif