* remove superfluous tab
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22898 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f0d9382047
commit
a878b1d91c
@ -219,7 +219,7 @@ file_ascmagic(const unsigned char *buf, size_t nbytes, BMimeType* mimeType,
|
||||
encoding = NULL; // "UTF-8";
|
||||
type = "text";
|
||||
rv = 1;
|
||||
} else if (looks_ascii(buf, nbytes, ubuf, &ulen)) {
|
||||
} else if (looks_ascii(buf, nbytes, ubuf, &ulen)) {
|
||||
code = "ASCII";
|
||||
encoding = NULL; //"us-ascii";
|
||||
type = "text";
|
||||
|
Loading…
Reference in New Issue
Block a user