X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=profile.c;h=7b3b8833316a2a54a9d8c864b3c5ace804164754;hb=6911229278cda9b59c1ef808c3b2bed7aff64336;hp=0add26d0844d98fb824f669c4c0593d360d4e8b7;hpb=4564d67953af9bfa8086c457b26e3b66f1c2718d;p=ext%2Fsubsurface.git diff --git a/profile.c b/profile.c index 0add26d..7b3b883 100644 --- a/profile.c +++ b/profile.c @@ -504,7 +504,7 @@ static void plot_info(struct dive *dive, struct graphics_context *gc) airuse = calculate_airuse(dive); if (!airuse) { - update_air_info(" \n "); + update_air_info(NULL); return; } switch (output_units.volume) {