From ecdec0715b5e1ac890eef4cafbf6ba003fa127a2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 16 Jun 2012 07:46:32 -0500 Subject: [PATCH] call-volume: Conform to coding style item M4 --- include/call-volume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/call-volume.h b/include/call-volume.h index cbfcebc2..1217025e 100644 --- a/include/call-volume.h +++ b/include/call-volume.h @@ -50,7 +50,7 @@ struct ofono_call_volume_driver { }; void ofono_call_volume_set_speaker_volume(struct ofono_call_volume *cv, - unsigned char percent); + unsigned char percent); void ofono_call_volume_set_microphone_volume(struct ofono_call_volume *cv, unsigned char percent); void ofono_call_volume_set_muted(struct ofono_call_volume *cv, int muted);