summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-02-26 03:30:27 +0000
committerUlrich Drepper <drepper@redhat.com>1997-02-26 03:30:27 +0000
commit2e12a92961406441b3bdedef3e5744569048f5a3 (patch)
tree062f58a11ad2818210ae97ce29f15786010e9164
parent4f72518358f9c217d00b8655cae01ad6bf77d9fa (diff)
(LINE_PARSER): Add missing ')'.
-rw-r--r--shadow/sgetspent_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shadow/sgetspent_r.c b/shadow/sgetspent_r.c
index 8678ac816a..fb7d0158d9 100644
--- a/shadow/sgetspent_r.c
+++ b/shadow/sgetspent_r.c
@@ -56,7 +56,7 @@ LINE_PARSER
INT_FIELD_MAYBE_NULL (result->sp_min, ISCOLON, 0, 10, (long int),
(long int) -1);
INT_FIELD_MAYBE_NULL (result->sp_max, ISCOLON, 0, 10, (long int),
- (long int -1);
+ (long int) -1);
while (isspace (*line))
++line;
if (*line == '\0')