Skip to content

Commit

Permalink
fixed betty checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfosse committed May 15, 2017
1 parent 712d5fc commit 5502a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0x17-dynamic_libraries/0-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
*/
int main(void)
{
printf("%d\n", _strlen("Holberton"));
return (EXIT_SUCCESS);
printf("%d\n", _strlen("Holberton"));
return (EXIT_SUCCESS);
}

0 comments on commit 5502a1b

Please sign in to comment.