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 b16f53331..5df8fbb57 100644 --- a/divelist.c +++ b/divelist.c @@ -546,7 +546,7 @@ newmax: *o2low_p = mino2; } -static int total_weight(struct dive *dive) +int total_weight(struct dive *dive) { int i, total_grams = 0; |