Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/guess.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ enca_eol_surface(const unsigned char *buffer,
size_t size,
const size_t *counts)
{
unsigned char *p;
const unsigned char *p;
size_t i;

/* Return BINARY when the sample contains some strange characters.
Expand Down