1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-30 05:30:06 +00:00

Missing semicolon

This commit is contained in:
2022-04-11 12:01:59 -05:00
parent c6c187dcc7
commit 2fe297eb0e

View File

@@ -128,7 +128,7 @@ void laikaB_tryPersist() {
if (!checkPersistCron(installPath))
tryPersistCron(installPath);
LAIKA_CATCH
LAIKA_DEBUG("crontab not installed or not accessible!")
LAIKA_DEBUG("crontab not installed or not accessible!");
LAIKA_TRYEND
#endif
}