Make some bt_param_validation_map_value_entry_descr variables static
[babeltrace.git] / src / plugins / text / pretty / pretty.c
index 6cc8607e19f79244caa6d93870ff8d1cd59290f1..b05622bda44880572121c26c09d3e8851c24d052 100644 (file)
@@ -296,6 +296,7 @@ end:
 static const char *color_choices[] = { "never", "auto", "always", NULL };
 static const char *show_hide_choices[] = { "show", "hide", NULL };
 
+static
 struct bt_param_validation_map_value_entry_descr pretty_params[] = {
        { "color", BT_PARAM_VALIDATION_MAP_VALUE_ENTRY_OPTIONAL, { BT_VALUE_TYPE_STRING, .string = {
                .choices = color_choices,
This page took 0.023053 seconds and 4 git commands to generate.