ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/AppConsts.cs
(Generate patch)

Comparing trunk/RomCheater/AppConsts.cs (file contents):
Revision 20 by william, Wed May 9 08:41:36 2012 UTC vs.
Revision 21 by william, Wed May 9 08:42:07 2012 UTC

--- trunk/RomCheater/AppConsts.cs	2012/05/09 08:41:36	20
+++ trunk/RomCheater/AppConsts.cs	2012/05/09 08:42:07	21
@@ -22,7 +22,7 @@ namespace RomCheater
 
         #region Logging Constants
         public static void LogApplicationStatup()
-        {;
+        {
             logger.WriteLine("{0} created on {1}", AppLogFile, DateTime.Now.ToString());
             logger.WriteLine("{0} version: {1} {2} build", AppName, AppVersion, AppBuild);
         }