From 5a3486267ad996e90d4d0e40cad6b482dc07255a Mon Sep 17 00:00:00 2001 From: HoundThe Date: Wed, 5 Aug 2020 06:08:36 +0200 Subject: [PATCH] Remove tokens after #endif (#17398) --- libr/anal/base_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/anal/base_types.h b/libr/anal/base_types.h index f9d6c4ee05..41663abcbf 100644 --- a/libr/anal/base_types.h +++ b/libr/anal/base_types.h @@ -14,4 +14,4 @@ R_IPI void union_type_member_free(void *e, void *user); #ifdef __cplusplus } #endif -#endif // R_BASE_TYPES_H +#endif