diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:03:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:03:45 +0000 |
commit | 100f19d51ba640c183c651426555145e8f9f2014 (patch) | |
tree | b47835f718f0d4b428023d962929107c58326a64 /plugins/Db_autobackups/src/options.h | |
parent | a6fa2268edcd1ec211ef101762232c97e9bb2833 (diff) |
Db_autobackups: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/options.h')
-rw-r--r-- | plugins/Db_autobackups/src/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Db_autobackups/src/options.h b/plugins/Db_autobackups/src/options.h index 27ddff4eef..f25b072704 100644 --- a/plugins/Db_autobackups/src/options.h +++ b/plugins/Db_autobackups/src/options.h @@ -22,8 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-typedef enum { BT_DISABLED = 0, BT_START = 1, BT_EXIT = 2, BT_PERIODIC = 4} BackupType;
-typedef enum { PT_DAYS, PT_HOURS, PT_MINUTES} PeriodType;
+typedef enum { BT_DISABLED = 0, BT_START = 1, BT_EXIT = 2, BT_PERIODIC = 4 } BackupType;
+typedef enum { PT_DAYS, PT_HOURS, PT_MINUTES } PeriodType;
typedef struct Options_tag {
int backup_types;
|