Author: ivan
Date: Tue Feb 3 12:56:57 2015
New Revision: 1656717
URL: http://svn.apache.org/r1656717
Log:
* subversion/libsvn_subr/win32_xlate.c
(svn_subr__win32_xlate_t): Remove duplicate typdef.
Modified:
subversion/trunk/subversion/libsvn_subr/win32_xlate.c
Modified: subversion/trunk/subversion/libsvn_subr/win32_xlate.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/win32_xlate.c?rev=1656717&r1=1656716&r2=1656717&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/win32_xlate.c (original)
+++ subversion/trunk/subversion/libsvn_subr/win32_xlate.c Tue Feb 3 12:56:57
2015
@@ -77,11 +77,11 @@ initialize_com(void *baton, apr_pool_t*
return SVN_NO_ERROR;
}
-typedef struct svn_subr__win32_xlate_t
+struct svn_subr__win32_xlate_t
{
UINT from_page_id;
UINT to_page_id;
-} svn_subr__win32_xlate_t;
+};
static apr_status_t
get_page_id_from_name(UINT *page_id_p, const char *page_name, apr_pool_t *pool)