Kaydet (Commit) f5bc4143 authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Fix minor typo in prep_cif.c

üst 485dbd10
...@@ -114,8 +114,8 @@ static inline int struct_on_stack(int size) ...@@ -114,8 +114,8 @@ static inline int struct_on_stack(int size)
/* This is not what the ABI says, but is what is really implemented */ /* This is not what the ABI says, but is what is really implemented */
switch (size) { switch (size) {
case 1: case 2: case 4: case 8: return 0; case 1: case 2: case 4: case 8: return 0;
return 1;
} }
return 1;
} }
#endif #endif
......
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