Commit c9818a41 by Mark Mitchell

Fix typo

From-SVN: r30782
parent 390f4e9a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment