Missing semicolon

This commit is contained in:
CPunch 2022-04-11 12:01:59 -05:00
parent c6c187dcc7
commit 2fe297eb0e
1 changed files with 1 additions and 1 deletions

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
}