|
From: <pst...@us...> - 2008-03-29 23:58:38
|
Revision: 353
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=353&view=rev
Author: pstieber
Date: 2008-03-29 16:58:36 -0700 (Sat, 29 Mar 2008)
Log Message:
-----------
Made cosmetic changes.
Modified Paths:
--------------
trunk/jazz/src/Configuration.cpp
Modified: trunk/jazz/src/Configuration.cpp
===================================================================
--- trunk/jazz/src/Configuration.cpp 2008-03-29 23:57:51 UTC (rev 352)
+++ trunk/jazz/src/Configuration.cpp 2008-03-29 23:58:36 UTC (rev 353)
@@ -649,12 +649,12 @@
{
// include file
wxString pathname = FindFile(StrValue(entry));
- cout << "include "<< entry<<endl;
+ cout << "include " << entry << endl;
IncLevel++;
assert(IncLevel < MaxIncs);
if (pathname)
{
- FdArr[IncLevel] = fopen(pathname,"r");
+ FdArr[IncLevel] = fopen(pathname, "r");
}
else
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|