Add a bunch of const qualifiers.

This commit is contained in:
David F. Skoll
2008-01-26 21:55:58 -05:00
parent b6883c8a45
commit ba3e01f2ce
15 changed files with 41 additions and 39 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ static int CalculateNextTimeUsingSched(QueuedRem *q)
/* Use LineBuffer for temp. string storage. */
int r;
Value v;
char *s;
char const *s;
int LastTime = -1;
int ThisTime;