summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2001-01-18 23:15:20 +0000
committerGreg Stein <gstein@apache.org>2001-01-18 23:15:20 +0000
commitcc5fe5d4e5bb6037bcce51a3415d2c84ad5e6cd5 (patch)
treee49afcf818d2a689aee2950698e166dbb9e4aa09 /include
parent58576369f99acb41e0c7d8659d25142faddcbb53 (diff)
downloadapr-cc5fe5d4e5bb6037bcce51a3415d2c84ad5e6cd5.tar.gz
fix typo in recent APR_DECLARE work
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_xlate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/apr_xlate.h b/include/apr_xlate.h
index dd8bd0bff..caa2d93f4 100644
--- a/include/apr_xlate.h
+++ b/include/apr_xlate.h
@@ -114,8 +114,7 @@ APR_DECLARE(apr_status_t) apr_xlate_open(apr_xlate_t **convset,
* @param onoff Output: whether or not the conversion is single-byte-only
* @deffunc apr_status_t apr_xlate_get_sb(apr_xlate_t *convset, int *onoff)
*/
-
-APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t *convset, int *onoff)
+APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t *convset, int *onoff);
/**
* Convert a buffer of text from one codepage to another.