Whitespace fixup in last submit. I'll get the hang of this eventually :/
svn-id: r49507
This commit is contained in:
parent
d72ae64e34
commit
f6b02e9986
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@
|
|||
// actually prints the assertion failure before aborting.
|
||||
extern "C"
|
||||
void __assert(const char *file, int line, const char *expr) {
|
||||
__android_log_assert(expr, LOG_TAG, "%s:%d: Assertion failure: %s",
|
||||
file, line, expr);
|
||||
__android_log_assert(expr, LOG_TAG, "%s:%d: Assertion failure: %s",
|
||||
file, line, expr);
|
||||
}
|
||||
|
||||
static JavaVM *cached_jvm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue