diff options
Diffstat (limited to 'src/test/ptr_helpers.h')
-rw-r--r-- | src/test/ptr_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ptr_helpers.h b/src/test/ptr_helpers.h index 67776b1006..7349bddd51 100644 --- a/src/test/ptr_helpers.h +++ b/src/test/ptr_helpers.h @@ -20,4 +20,4 @@ cast_uintptr_to_voidstar(uintptr_t x); uintptr_t cast_voidstar_to_uintptr(void *x); -#endif +#endif /* !defined(TOR_PTR_HELPERS_H) */ |