diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c index 514fdfed1..f032e6243 100644 --- a/divelist.c +++ b/divelist.c @@ -110,7 +110,7 @@ void dump_selection(void) int i; struct dive *dive; - printf("currently selected are %d dives:", amount_selected); + printf("currently selected are %u dives:", amount_selected); for_each_dive(i, dive) { if (dive->selected) printf(" %d", i); |