From c0a6eb14c257a47e9573631e5ac09e6528fba377 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Thu, 22 Oct 2015 06:59:21 +0100 Subject: Taken on board suggestions of Mathieu Lirzin as per e-mails to the bug-mcron@gnu.org mailing list around September 2015. --- scm/mcron/crontab.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scm/mcron/crontab.scm') diff --git a/scm/mcron/crontab.scm b/scm/mcron/crontab.scm index 30e5592..6be5c61 100644 --- a/scm/mcron/crontab.scm +++ b/scm/mcron/crontab.scm @@ -221,8 +221,8 @@ ;; The user is being silly. The message here is identical to the one Vixie cron ;; used to put out, for total compatibility. - (else - (mcron-error 15 "usage error: file name must be specified for replace."))) + (else (mcron-error 15 + "usage error: file name must be specified for replace."))) )) ;; End of file-level let-scopes. -- cgit v1.2.3