diff options
Diffstat (limited to 'common/t-gettime.c')
-rw-r--r-- | common/t-gettime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/t-gettime.c b/common/t-gettime.c index a4401d8ae..1cfde69c7 100644 --- a/common/t-gettime.c +++ b/common/t-gettime.c @@ -68,7 +68,7 @@ test_isotime2epoch (void) fail (idx); if (verbose) fprintf (stderr, "string `%s' exp: %ld got: %ld\n", - array[idx].string, (long)array[idx].expected, + array[idx].string, (long)array[idx].expected, (long)val); } if (array[idx].expected != INVALID) @@ -100,4 +100,3 @@ main (int argc, char **argv) return !!errcount; } - |