Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5412 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
thor committed Mar 23, 2024
1 parent 45463af commit 122d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmpg123/lfs_wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// Only activate the explicit largefile stuff here. The rest of the code shall
// work with abstract 64 bit offsets, or just plain default off_t (possibly
// using _FILE_OFFSET_BYTES magic).
// using _FILE_OFFSET_BITS magic).
// Note that this macro does not influence normal off_t-using code.
#ifdef LFS_LARGEFILE_64
#define _LARGEFILE64_SOURCE
Expand Down

0 comments on commit 122d157

Please sign in to comment.