Make local helpers static

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2013-12-07 23:54:17 +01:00 committed by Dirk Hohndel
parent caf4d85d0a
commit eae1624f24
2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ void get_selected_dives_text(char *buffer, int size)
}
}
bool is_gas_used(struct dive *dive, int idx)
static bool is_gas_used(struct dive *dive, int idx)
{
struct divecomputer *dc = &dive->dc;
bool firstGasExplicit = FALSE;