diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-12-07 06:18:59 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-12-07 06:18:59 +0000 |
commit | 1ddd76afa25d775788e3762ab731cad80f8ffe56 (patch) | |
tree | 81b2ce9a73db61b687f961df6f3e5dba31477aaf /audio/headset.c | |
parent | 721d249e314b0591274436594be56805bf5a2822 (diff) |
Minor coding style fixes
Diffstat (limited to 'audio/headset.c')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c index 6cb5406d..97419a64 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -65,7 +65,7 @@ #define HEADSET_GAIN_MICROPHONE 'M' static char *str_state[] = { - "HEADSET_STATE_DISCONNECTED", + "HEADSET_STATE_DISCONNECTED", "HEADSET_STATE_CONNECT_IN_PROGRESS", "HEADSET_STATE_CONNECTED", "HEADSET_STATE_PLAY_IN_PROGRESS", |