[Box Backup-commit] COMMIT r3429 - box/trunk/lib/backupclient

subversion at boxbackup.org subversion at boxbackup.org
Mon Dec 1 10:40:49 GMT 2014


Author: chris
Date: 2014-12-01 10:40:48 +0000 (Mon, 01 Dec 2014)
New Revision: 3429

Modified:
   box/trunk/lib/backupclient/BackupClientRestore.h
Log:
Fix header guard, thanks to Clang for spotting it.


Modified: box/trunk/lib/backupclient/BackupClientRestore.h
===================================================================
--- box/trunk/lib/backupclient/BackupClientRestore.h	2014-12-01 10:33:57 UTC (rev 3428)
+++ box/trunk/lib/backupclient/BackupClientRestore.h	2014-12-01 10:40:48 UTC (rev 3429)
@@ -7,8 +7,8 @@
 //
 // --------------------------------------------------------------------------
 
-#ifndef BACKUPSCLIENTRESTORE_H
-#define BACKUPSCLIENTRESTORE__H
+#ifndef BACKUPCLIENTRESTORE_H
+#define BACKUPCLIENTRESTORE_H
 
 class BackupProtocolCallable;
 
@@ -32,5 +32,5 @@
 	bool Resume,
 	bool ContinueAfterErrors);
 
-#endif // BACKUPSCLIENTRESTORE__H
+#endif // BACKUPCLIENTRESTORE_H
 




More information about the Boxbackup-commit mailing list