cli: fix redundant "const const" declaration in nmcli.h

Fixes: bfb9fd0d2f
This commit is contained in:
Thomas Haller 2017-05-12 14:04:04 +02:00
parent 7f8815a9c3
commit a6c84e2ea0

View file

@ -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;