Skip to content

Commit 0fc1856

Browse files
committed
fix typo
1 parent 10334c9 commit 0fc1856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ show_backup_list(FILE *out, parray *backup_list)
205205
if (backup->recovery_time != (time_t) 0)
206206
time2iso(timestamp, lengthof(timestamp), backup->recovery_time);
207207
if (backup->end_time != (time_t) 0)
208-
snprintf(duration, lengthof(duration), "%.*lf s", 0,
208+
snprintf(duration, lengthof(duration), "%.*lfs", 0,
209209
difftime(backup->end_time, backup->start_time));
210210

211211
/*

0 commit comments

Comments
 (0)