mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
typo
This commit is contained in:
parent
396c995001
commit
f7bc9ecc33
@ -217,7 +217,7 @@ void save_thread_context(struct ThreadContext *context,
|
||||
|
||||
void
|
||||
switch_to_thread_context(struct ThreadContext *context) {
|
||||
longjmp(context->_jmp_context, 1)
|
||||
longjmp(context->_jmp_context, 1);
|
||||
|
||||
/* Shouldn't get here. */
|
||||
abort();
|
||||
|
Loading…
x
Reference in New Issue
Block a user