Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
correct ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
mahautlatinis committed Sep 12, 2024
1 parent ecb2bcc commit 27d3d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_next_line/include/get_next_line.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# define DONE 0
# define BUFFER_SIZE 10

# ifdef OPEN_MAX
# define OPEN_MAX 256.
# ifndef OPEN_MAX
# define OPEN_MAX 256
# endif

# include <stdlib.h>
Expand Down

0 comments on commit 27d3d88

Please sign in to comment.