Skip to content

Commit e3cb01d

Browse files
committed
Merge pull request #570 from John-Colvin/patch-3
arrayint.d version typo
2 parents f653b47 + f7cb8f0 commit e3cb01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arrayint.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ version (unittest)
4141
}
4242
else
4343
{
44-
version(x86_64) //guaranteed on x86_64
44+
version(X86_64) //guaranteed on x86_64
4545
{
4646
enum mmx = true;
4747
enum sse = true;

0 commit comments

Comments
 (0)