mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 05:35:20 -05:00
Style police, trigStat -> trig_stat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1ac260c0e6
commit
c49438419d
1 changed files with 2 additions and 2 deletions
|
|
@ -1202,12 +1202,12 @@ bool recording_screen(bool no_source)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int trigStat = peak_meter_trigger_status();
|
int trig_stat = peak_meter_trigger_status();
|
||||||
/*
|
/*
|
||||||
* other trigger stati than trig_off and trig_steady
|
* other trigger stati than trig_off and trig_steady
|
||||||
* already imply that we are recording.
|
* already imply that we are recording.
|
||||||
*/
|
*/
|
||||||
if (trigStat == TRIG_STEADY)
|
if (trig_stat == TRIG_STEADY)
|
||||||
{
|
{
|
||||||
if (--led_countdown <= 0)
|
if (--led_countdown <= 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue