From: Marco van Wieringen Date: Sun, 13 Dec 2009 16:31:53 +0000 (+0100) Subject: Make SUN C++ compiler stop complaining about enum definition. X-Git-Tag: Release-5.0.0~137^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=137b2412cadf25992ec42f2e84ff2525d55b1202;p=bacula%2Fbacula Make SUN C++ compiler stop complaining about enum definition. --- diff --git a/bacula/src/stored/sd_plugins.h b/bacula/src/stored/sd_plugins.h index 53ec682c1d..eb488dd12a 100644 --- a/bacula/src/stored/sd_plugins.h +++ b/bacula/src/stored/sd_plugins.h @@ -98,13 +98,13 @@ typedef enum { bwVarJobReport = 1, bwVarVolumeName = 2, bwVarPriority = 3, - bwVarJobLevel = 4, + bwVarJobLevel = 4 } bwVariable; typedef enum { bEventJobStart = 1, - bEventJobEnd = 2, + bEventJobEnd = 2 } bEventType; typedef struct s_bEvent {