diff options
Diffstat (limited to 'planner.c')
-rw-r--r-- | planner.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ static inline bool match_percent(int a, int b) return (a + 5) / 10 == (b + 5) / 10; } -static int get_gasidx(struct dive *dive, int o2, int he) +int get_gasidx(struct dive *dive, int o2, int he) { int gasidx = -1; |