Blob Blame History Raw
commit a87325b0816a79329cf0b4d4f9ebf247ead117db
Author: Jakub Jelen <jjelen@redhat.com>
Date:   Mon Feb 10 15:21:56 2020 +0100

    Unbreak build with gcc10 (-fno-common)
    
    Signed-off-by: Jakub Jelen <jjelen@redhat.com>

diff --git a/client/log_msg.h b/client/log_msg.h
index cc17716b..3dda1614 100644
--- a/client/log_msg.h
+++ b/client/log_msg.h
@@ -38,7 +38,7 @@ enum
     LOG_VERBOSITY_INFO,         /*!< Constant to define a INFO message */
     LOG_VERBOSITY_DEBUG,        /*!< Constant to define a DEBUG message */
     LOG_LAST_VERBOSITY
-} log_level_t;
+};
 
 #define LOG_DEFAULT_VERBOSITY   LOG_VERBOSITY_NORMAL    /*!< Default verbosity to use */