Fix typo
From-SVN: r30782
This commit is contained in:
parent
390f4e9a7d
commit
c9818a41dc
@ -42,7 +42,7 @@ main ()
|
||||
if (alignof (short) != 2)
|
||||
return 8;
|
||||
if (sizeof (signed short) != 2)
|
||||
return 9
|
||||
return 9;
|
||||
if (alignof (signed short) != 2)
|
||||
return 10;
|
||||
if (sizeof (unsigned short) != 2)
|
||||
|
Loading…
Reference in New Issue
Block a user