[PC-BSD Commits] r776 - pcbsd/trunk/PBIsource
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 1 12:54:04 PDT 2007
Author: kris
Date: 2007-10-01 12:54:04 -0700 (Mon, 01 Oct 2007)
New Revision: 776
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
Log:
Fixed typo in "if" statement
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2007-10-01 19:51:48 UTC (rev 775)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2007-10-01 19:54:04 UTC (rev 776)
@@ -1823,12 +1823,12 @@
// Save the package directory
stream << "PackageDir: " << "/usr/home/" + RealUserName + "/" + ProgDirName << "\n";
- if ( LibDir != "NONE" && LibDir != "Auto" )
- then
+ if ( LibDir != "NONE" && LibDir != "Auto" )
+ {
stream << "LibDir: /usr/home/" + RealUserName + "/" + ProgDirName << LibDir << "\n" ;
- else
+ } else {
stream << "LibDir: " << LibDir << "\n" ;
- fi
+ }
// Save the default icon, if needed
More information about the Commits
mailing list