Skip to content

Commit 72e2b3a

Browse files
committed
WS Cleanup Stage #2 - remove right stars from comments
1 parent 9500458 commit 72e2b3a

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
@@ -2866,8 +2866,8 @@ enum mem_log_type {
28662866
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
28672867
#endif
28682868

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

0 commit comments

Comments
 (0)