]> Kevux Git Server - fll/commitdiff
Cleanup: Add missing enumeration end comment.
authorKevin Day <kevin@kevux.org>
Sat, 21 Jan 2023 04:16:52 +0000 (22:16 -0600)
committerKevin Day <kevin@kevux.org>
Sat, 21 Jan 2023 04:17:06 +0000 (22:17 -0600)
level_0/f_console/c/console/common.h

index daba5bc4006bb28c80be0de1fabf1cf211ffae6c..13cd1a6df89c514bd449fd75eadc17078a0f31b7 100644 (file)
@@ -219,13 +219,13 @@ extern "C" {
     f_console_result_none_e = 1,
     f_console_result_found_e,
     f_console_result_additional_e,
-  };
+  }; // enum
 
   enum {
     f_console_type_normal_e = 1,
     f_console_type_inverse_e,
     f_console_type_other_e,
-  };
+  }; // enum
 #endif // _di_f_console_types_t_
 
 /**
@@ -247,7 +247,7 @@ extern "C" {
     f_console_verbosity_normal_e,
     f_console_verbosity_verbose_e,
     f_console_verbosity_debug_e,
-  };
+  }; // enum
 #endif // _di_f_console_verbosity_
 
 /**