summaryrefslogtreecommitdiff
path: root/lib/backupclient
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-01 10:40:48 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-01 10:40:48 +0000
commitd49cc0d348a8ebb966240110884386fc93ad085b (patch)
tree6996ea08a8cb0875a2e5eb1138e3512d3a3495fa /lib/backupclient
parent85e6190fae2f79d34404ea09bfe4140be6382b17 (diff)
Fix header guard, thanks to Clang for spotting it.
Diffstat (limited to 'lib/backupclient')
-rw-r--r--lib/backupclient/BackupClientRestore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/backupclient/BackupClientRestore.h b/lib/backupclient/BackupClientRestore.h
index 1f14c433..cdbedea7 100644
--- a/lib/backupclient/BackupClientRestore.h
+++ b/lib/backupclient/BackupClientRestore.h
@@ -7,8 +7,8 @@
//
// --------------------------------------------------------------------------
-#ifndef BACKUPSCLIENTRESTORE_H
-#define BACKUPSCLIENTRESTORE__H
+#ifndef BACKUPCLIENTRESTORE_H
+#define BACKUPCLIENTRESTORE_H
class BackupProtocolCallable;
@@ -32,5 +32,5 @@ int BackupClientRestore(BackupProtocolCallable &rConnection,
bool Resume,
bool ContinueAfterErrors);
-#endif // BACKUPSCLIENTRESTORE__H
+#endif // BACKUPCLIENTRESTORE_H