Skip to content

Commit e5d309e

Browse files
committed
WS Cleanup Stage #2 - remove right stars from comments
1 parent bd73e2e commit e5d309e

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
@@ -2832,8 +2832,8 @@ enum mem_log_type {
28322832
#define Safefree(d) safefree(MEM_LOG_FREE((Malloc_t)(d)))
28332833
#endif
28342834

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

0 commit comments

Comments
 (0)