Skip to content

Commit 1e1c734

Browse files
committed
WS Cleanup Stage #2 - remove right stars from comments
1 parent 20c85b1 commit 1e1c734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,8 +2870,8 @@ enum mem_log_type {
28702870
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
28712871
#endif
28722872

2873-
/* assert that a valid ptr has been supplied - use this instead of assert(ptr) *
2874-
* as it handles cases like constant string arguments without throwing warnings *
2873+
/* assert that a valid ptr has been supplied - use this instead of assert(ptr)
2874+
* as it handles cases like constant string arguments without throwing warnings
28752875
* the cast is required, as is the inequality check, to avoid warnings */
28762876
#define perl_assert_ptr(p) assert( ((void*)(p)) != 0 )
28772877

0 commit comments

Comments
 (0)