[libdmapsharing] fix another spelling error
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] fix another spelling error
- Date: Sat, 19 Apr 2014 23:30:49 +0000 (UTC)
commit 8ea1adb375998bf0df42cc63912cdbaec3c880e8
Author: W. Michael Petullo <mike flyn org>
Date: Sat Apr 19 19:29:31 2014 -0400
fix another spelling error
Signed-off-by: W. Michael Petullo <mike flyn org>
tests/dacplisten.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/dacplisten.c b/tests/dacplisten.c
index 803ccf2..6903376 100644
--- a/tests/dacplisten.c
+++ b/tests/dacplisten.c
@@ -110,7 +110,7 @@ enum {
VALA_DACP_PLAYER_DUMMY_PROPERTY
};
static DAAPRecord* vala_dacp_player_real_now_playing_record (DACPPlayer* base);
-static guchar* vala_dacp_player_real_now_playing_artwork (DACPPlayer* base, guint width, guint heigth, int*
result_length1);
+static guchar* vala_dacp_player_real_now_playing_artwork (DACPPlayer* base, guint width, guint height, int*
result_length1);
static void vala_dacp_player_real_play_pause (DACPPlayer* base);
static void vala_dacp_player_real_pause (DACPPlayer* base);
static void vala_dacp_player_real_next_item (DACPPlayer* base);
@@ -152,7 +152,7 @@ static DAAPRecord* vala_dacp_player_real_now_playing_record (DACPPlayer* base) {
}
-static guchar* vala_dacp_player_real_now_playing_artwork (DACPPlayer* base, guint width, guint heigth, int*
result_length1) {
+static guchar* vala_dacp_player_real_now_playing_artwork (DACPPlayer* base, guint width, guint height, int*
result_length1) {
ValaDACPPlayer * self;
guchar* result = NULL;
FILE* _tmp0_ = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]