summaryrefslogtreecommitdiffstats
path: root/include/call-volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/call-volume.h')
-rw-r--r--include/call-volume.h2
1 files changed, 1 insertions, 1 deletions
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);