|
From: <js...@us...> - 2011-11-24 06:17:05
|
Revision: 2429
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2429&view=rev
Author: jsu1
Date: 2011-11-24 06:16:59 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
Remove one extra empty line generated for autogen.h
Reviewed-by: yingke
Signed-off-by: jsu1
Modified Paths:
--------------
trunk/BaseTools/Source/Python/AutoGen/GenC.py
Modified: trunk/BaseTools/Source/Python/AutoGen/GenC.py
===================================================================
--- trunk/BaseTools/Source/Python/AutoGen/GenC.py 2011-11-24 02:51:37 UTC (rev 2428)
+++ trunk/BaseTools/Source/Python/AutoGen/GenC.py 2011-11-24 06:16:59 UTC (rev 2429)
@@ -312,7 +312,7 @@
""")
-gAutoGenHCppPrologueString = """
+gAutoGenHCppPrologueString = """\
#ifdef __cplusplus
extern "C" {
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|