Skip to content

Commit

Permalink
Fix errant endif
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jun 28, 2023
1 parent 40fa27f commit 619ff16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,6 @@ H5_DLL H5_ATTR_CONST int Nflock(int fd, int operation);
#ifndef HDlstat
#define HDlstat(S, B) lstat(S, B)
#endif
#endif
#ifndef HDmemcmp
#define HDmemcmp(X, Y, Z) memcmp(X, Y, Z)
#endif
Expand Down

0 comments on commit 619ff16

Please sign in to comment.