]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/message.h
Add const for Solaris' C++ compiler
[bacula/bacula] / bacula / src / lib / message.h
index f891802341964cbf5ee47e6c6828b66c294ad99d..4bd66244d1a4663dfca636599f9a14762f26ee67 100644 (file)
@@ -81,7 +81,7 @@ enum {
    M_ERROR_TERM,                      /* Error termination request (no dump) */
    M_TERM,                            /* Terminating daemon normally */
    M_RESTORED,                        /* ls -l of restored files */
-   M_SECURITY,                        /* security violation */
+   M_SECURITY                         /* security violation */
 };
 
 #define M_MAX      M_SECURITY         /* keep this updated ! */