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