From c49438419de3ea42d57db7307a01ea6a3e519e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Thu, 7 Aug 2008 11:48:56 +0000 Subject: [PATCH] Style police, trigStat -> trig_stat git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18209 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 7dfa16cb93..c3f0460128 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1202,12 +1202,12 @@ bool recording_screen(bool no_source) } else { - int trigStat = peak_meter_trigger_status(); + int trig_stat = peak_meter_trigger_status(); /* * other trigger stati than trig_off and trig_steady * already imply that we are recording. */ - if (trigStat == TRIG_STEADY) + if (trig_stat == TRIG_STEADY) { if (--led_countdown <= 0) {