[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2815: Correct the header guard on the ts2po config file. (vidalia/trunk/src/tools/ts2po)



Author: edmanm
Date: 2008-07-01 00:36:25 -0400 (Tue, 01 Jul 2008)
New Revision: 2815

Modified:
   vidalia/trunk/src/tools/ts2po/ts2po_config.h.in
Log:
Correct the header guard on the ts2po config file.


Modified: vidalia/trunk/src/tools/ts2po/ts2po_config.h.in
===================================================================
--- vidalia/trunk/src/tools/ts2po/ts2po_config.h.in	2008-07-01 04:33:32 UTC (rev 2814)
+++ vidalia/trunk/src/tools/ts2po/ts2po_config.h.in	2008-07-01 04:36:25 UTC (rev 2815)
@@ -8,8 +8,8 @@
 **  terms described in the LICENSE file.
 */
 
-#ifndef _CONFIG_H
-#define _CONFIG_H
+#ifndef _TS2PO_CONFIG_H
+#define _TS2PO_CONFIG_H
 
 #define TS2PO_VERSION "@VERSION@"