mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 20:40:05 +00:00
Missing semicolon
This commit is contained in:
parent
c6c187dcc7
commit
2fe297eb0e
@ -128,7 +128,7 @@ void laikaB_tryPersist() {
|
|||||||
if (!checkPersistCron(installPath))
|
if (!checkPersistCron(installPath))
|
||||||
tryPersistCron(installPath);
|
tryPersistCron(installPath);
|
||||||
LAIKA_CATCH
|
LAIKA_CATCH
|
||||||
LAIKA_DEBUG("crontab not installed or not accessible!")
|
LAIKA_DEBUG("crontab not installed or not accessible!");
|
||||||
LAIKA_TRYEND
|
LAIKA_TRYEND
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user