Skip to content

Commit

Permalink
Fix a typo in FreeBSD support (xR3b0rn#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis authored Jun 29, 2022
1 parent 917c925 commit 4879055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libdbcppp/Helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#elif defined(__FreeBSD__)
# include <sys/endian.h>
# define bswap_32(x) bswap32(x)
# defiee bswap_64(x) bswap64(x)
# define bswap_64(x) bswap64(x)
#elif defined(__OpenBSD__)
# include <sys/types.h>
# define bswap_32(x) swap32(x)
Expand Down

0 comments on commit 4879055

Please sign in to comment.