summaryrefslogtreecommitdiffstats
path: root/equipment.c
diff options
context:
space:
mode:
Diffstat (limited to 'equipment.c')
-rw-r--r--equipment.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/equipment.c b/equipment.c
index a1d156f94..d126b4327 100644
--- a/equipment.c
+++ b/equipment.c
@@ -790,10 +790,7 @@ static void record_weightsystem_changes(weightsystem_t *ws, struct ws_widget *we
* we should pick up any other names from the dive
* logs directly.
*/
-static struct tank_info {
- const char *name;
- int cuft, ml, psi, bar;
-} tank_info[100] = {
+struct tank_info tank_info[100] = {
/* Need an empty entry for the no-cylinder case */
{ "", },