diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c index 9fd8c13077..80b52924b6 100644 --- a/source3/lib/util_reg.c +++ b/source3/lib/util_reg.c @@ -40,8 +40,8 @@ const char *reg_type_lookup(uint32 type) case REG_DWORD: result = "REG_DWORD"; break; - case REG_DWORD_BE: - result = "REG_DWORD_BE"; + case REG_DWORD_BIG_ENDIAN: + result = "REG_DWORD_BIG_ENDIAN"; break; case REG_LINK: result = "REG_LINK"; |