From 2011c335260ce03bbc1593e68179e667e2decf7f Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sun, 12 Dec 2010 10:27:04 +0100 Subject: [PATCH] Cosmetic fix to RAOP device type strings --- src/player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/player.c b/src/player.c index ed962c83..74242990 100644 --- a/src/player.c +++ b/src/player.c @@ -137,8 +137,8 @@ struct player_source /* Keep in sync with enum raop_devtype */ static const char *raop_devtype[] = { - "AirPort Express 802.11G", - "AirPort Express 802.11N", + "AirPort Express 802.11g", + "AirPort Express 802.11n", "AppleTV", };