From f7222526f2e4a803c48aa5e2bf64e0cf467ac04f Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Tue, 17 Apr 2007 03:03:32 +0000 Subject: [PATCH] dhb Add a storage page to the stack and page selector. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4564 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/clients/clients.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/clients/clients.h b/bacula/src/qt-console/clients/clients.h index 53b5361d82..7a7d274de0 100644 --- a/bacula/src/qt-console/clients/clients.h +++ b/bacula/src/qt-console/clients/clients.h @@ -1,5 +1,5 @@ -#ifndef _CLIENTS_H_g -#define _CLIENTS_H_g +#ifndef _CLIENTS_H_ +#define _CLIENTS_H_ /* Bacula® - The Network Backup Solution @@ -66,4 +66,4 @@ private: bool m_checkcurwidget; }; -#endif /* _CLIENTS_H_g */ +#endif /* _CLIENTS_H_ */ -- 2.39.5