From acb6f5840e5786c9871b1b33cf3a729dd14accfb Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 21 Nov 2002 14:50:20 +0000
Subject: [PATCH] Punctuation.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@295 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.c   | 4 ++--
 sm5/smartd.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sm5/smartd.c b/sm5/smartd.c
index 14b3e885c..10b5c3711 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -46,7 +46,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.c,v 1.67 2002/11/21 14:11:19 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.c,v 1.68 2002/11/21 14:50:20 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -156,7 +156,7 @@ void printandmail(cfgfile *cfg, int which, int priority, char *fmt, ...){
       sprintf(additional,"No additional email messages about this problem will be sent.\n");
       break;
     case 2:
-      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists\n");
+      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists.\n");
       break;
     case 3:
       sprintf(additional,"Another email message will be sent in %d days if the problem persists\n",
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index 1c56f7586..240214dd6 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -46,7 +46,7 @@
 
 // CVS ID strings
 extern const char *CVSid1, *CVSid2;
-const char *CVSid6="$Id: smartd.cpp,v 1.67 2002/11/21 14:11:19 ballen4705 Exp $" 
+const char *CVSid6="$Id: smartd.cpp,v 1.68 2002/11/21 14:50:20 ballen4705 Exp $" 
 CVSID1 CVSID2 CVSID3 CVSID4 CVSID7;
 
 // global variable used for control of printing, passing arguments, etc.
@@ -156,7 +156,7 @@ void printandmail(cfgfile *cfg, int which, int priority, char *fmt, ...){
       sprintf(additional,"No additional email messages about this problem will be sent.\n");
       break;
     case 2:
-      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists\n");
+      sprintf(additional,"Another email message will be sent in 24 hours if the problem persists.\n");
       break;
     case 3:
       sprintf(additional,"Another email message will be sent in %d days if the problem persists\n",
-- 
GitLab