From af7e9ecd1fdd9a3499da7fc2721c4e4a74d8542f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 17:11:19 +0200 Subject: Replace typedef struct with struct in POD type declarations. --- src/registrytool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/registrytool.cpp') diff --git a/src/registrytool.cpp b/src/registrytool.cpp index 51c1063ef..89442bc36 100644 --- a/src/registrytool.cpp +++ b/src/registrytool.cpp @@ -29,12 +29,12 @@ #include -typedef struct +struct KeyTableEntry { HKEY key; int strlen; const char *str; -} KeyTableEntry; +}; -- cgit v1.2.3