From 1ddd76afa25d775788e3762ab731cad80f8ffe56 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 7 Dec 2007 06:18:59 +0000 Subject: Minor coding style fixes --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.c') 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", -- cgit