| commit | ffa5c29a95ee5cb32c5bb4c46eccb5a57f5f493b | [log] [tgz] |
|---|---|---|
| author | Jay Freeman (saurik) <saurik@saurik.com> | Sun Nov 16 13:51:51 2008 +0000 |
| committer | Jay Freeman (saurik) <saurik@saurik.com> | Sun Nov 16 13:52:42 2008 +0000 |
| tree | 2073049d336dd1d1f95b68ff315130d961003ebf | |
| parent | 2ad60cfc28e14ee8f0bb038720836a4696c478ad [diff] |
A fairly obvious ifdef'd syntax error: missing closing brace.
diff --git a/vm/interp/Interp.c b/vm/interp/Interp.c index 41c5cf5..260ef15 100644 --- a/vm/interp/Interp.c +++ b/vm/interp/Interp.c
@@ -388,6 +388,7 @@ static inline s4 s4FromSwitchData(const void* switchData) { u2* data = switchData; return data[0] | (((s4) data[1]) << 16); +} #endif /*