From 9d1b5335ac1f48f57712f2937391c7a7b9ce6c19 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 3 Sep 2008 19:14:52 +0000 Subject: g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(), do *not* modify the string handed to them - they g_mallocate a new string and return it. Create routines that *do* ASCII-only case mapping in place, and use them instead. Clean up indentation. svn path=/trunk/; revision=26131 --- wsutil/Makefile.common | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wsutil/Makefile.common') diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common index 284e62eee6..585213db52 100644 --- a/wsutil/Makefile.common +++ b/wsutil/Makefile.common @@ -30,9 +30,11 @@ # _SOURCES variables). LIBWSUTIL_SRC = \ mpeg-audio.c \ - privileges.c + privileges.c \ + str_util.c # Header files that are not generated from other files LIBWSUTIL_INCLUDES = \ mpeg-audio.h \ - privileges.h + privileges.h \ + str_util.h -- cgit v1.2.1