- renamed mappings

This commit is contained in:
Martin Willi
2005-11-16 16:14:18 +00:00
parent b722736c2f
commit a5e8260abf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "encodings.h" #include "encodings.h"
mapping_t encoding_type_t_mappings[] = { mapping_t encoding_type_m[] = {
{U_INT_4, "U_INT_4"}, {U_INT_4, "U_INT_4"},
{U_INT_8, "U_INT_8"}, {U_INT_8, "U_INT_8"},
{U_INT_16, "U_INT_16"}, {U_INT_16, "U_INT_16"},
+1 -1
View File
@@ -312,7 +312,7 @@ enum encoding_type_e{
/** /**
* mappings to map encoding_type_t's to strings * mappings to map encoding_type_t's to strings
*/ */
extern mapping_t encoding_type_t_mappings[]; extern mapping_t encoding_type_m[];
/** /**
* An encoding rule is a mapping of a specific encoding type to * An encoding rule is a mapping of a specific encoding type to