[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] use file name for #define guard

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: Sat, 24 May 2008 16:04:31 +0900 (JST)

Hi,

I noticed a small confusing name in svn_auth_dso.h.

Thanks,

--
kou

Index: subversion/include/svn_auth_dso.h
===================================================================
--- subversion/include/svn_auth_dso.h (revision 31414)
+++ subversion/include/svn_auth_dso.h (working copy)
@@ -19,8 +19,8 @@
  * @brief Subversion's authentication system - Support for DSOs
  */
 
-#ifndef SVN_AUTH_KWALLET_H
-#define SVN_AUTH_KWALLET_H
+#ifndef SVN_AUTH_DSO_H
+#define SVN_AUTH_DSO_H
 
 #include <apr_pools.h>
 
@@ -70,4 +70,4 @@
 }
 #endif /* __cplusplus */
 
-#endif /* SVN_AUTH_KWALLET_H */
+#endif /* SVN_AUTH_DSO_H */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-24 09:04:53 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.