Fix compile of APR-Iconv.

Spotted by: Gump via a cool RSS Feed.
URL: http://vmgump.apache.org/gump/public/apr-util/apr-util-make/gump_work/build_apr-util_apr-util-make.html


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@292394 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/iconv_module.c b/lib/iconv_module.c
index 90b737c..5cc2a52 100644
--- a/lib/iconv_module.c
+++ b/lib/iconv_module.c
@@ -100,7 +100,7 @@
          * TODO: Drop support for "APR_ICONV_PATH" in apr-iconv 2.0
          */
         if ((!apr_env_get(&ptr, APR_ICONV_PATH, subpool)
-             || (!apr_env_get(&ptr, "APR_ICONV_PATH", subpool))
+             || (!apr_env_get(&ptr, "APR_ICONV_PATH", subpool)))
             && !apr_filepath_list_split(&pathelts, ptr, subpool))
         {
             int i;