summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-25 01:31:46 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-25 01:31:46 +0200
commit2fea8e406bdf975cff8a1b972170cdd3d6b7862a (patch)
treef2968c9de17cbf8f42ceb3927985198cae374a3a
parentb42c4ecf22cf23170ed223c5c2a42164def060fa (diff)
remove a superfluous newline
-rw-r--r--src/sound-theme-spec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-theme-spec.c b/src/sound-theme-spec.c
index 8bea151..485acb3 100644
--- a/src/sound-theme-spec.c
+++ b/src/sound-theme-spec.c
@@ -638,7 +638,7 @@ static int find_sound_for_theme(ca_sound_file **f, ca_theme_data **t, const char
/* First, try in the theme itself, and if that fails the fallback theme */
if ((ret = load_theme_data(t, theme)) == CA_ERROR_NOTFOUND)
- if (!streq(theme, FALLBACK_THEME))
+ if (!ca_streq(theme, FALLBACK_THEME))
ret = load_theme_data(t, FALLBACK_THEME);
if (ret == CA_SUCCESS)