aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alstring.h')
-rw-r--r--Alc/alstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alstring.h b/Alc/alstring.h
index ff40061a..5b37a483 100644
--- a/Alc/alstring.h
+++ b/Alc/alstring.h
@@ -18,7 +18,7 @@ typedef const_vector_al_string_char_type const_al_string;
inline ALsizei al_string_length(const_al_string str)
{ return VECTOR_SIZE(str); }
-inline ALsizei al_string_empty(const_al_string str)
+inline ALboolean al_string_empty(const_al_string str)
{ return al_string_length(str) == 0; }
inline const al_string_char_type *al_string_get_cstr(const_al_string str)