From a6c84e2ea0923f31925e2fab49e4c38230235a34 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 12 May 2017 14:04:04 +0200 Subject: [PATCH] cli: fix redundant "const const" declaration in nmcli.h Fixes: bfb9fd0d2f3d602a69537fe7776426ee9202ce9e --- clients/cli/nmcli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/nmcli.h b/clients/cli/nmcli.h index 839a49bbc0..71ddb05596 100644 --- a/clients/cli/nmcli.h +++ b/clients/cli/nmcli.h @@ -88,7 +88,7 @@ typedef enum { NMC_OF_FLAG_MAIN_HEADER_ONLY = 0x00000008, /* Print main header only */ } NmcOfFlags; -extern const const NMMetaType nmc_meta_type_generic_info; +extern const NMMetaType nmc_meta_type_generic_info; typedef struct _NmcOutputField NmcOutputField; typedef struct _NmcMetaGenericInfo NmcMetaGenericInfo;