Skip to content

Commit 3aa27ce

Browse files
committed
betty style: 1-strdup.c
1 parent 95cf667 commit 3aa27ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x0B-malloc_free/1-strdup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* _strdup - returns a pointer to anewly allocated space in memory,
77
* which contains a copy of the string given as parameter.
8-
*
8+
*
99
* @string: string to be copied.
1010
*
1111
* Return: pointer to the newly allocated space in memory, or NULL

0 commit comments

Comments
 (0)