summaryrefslogtreecommitdiff
path: root/public/java-segfault-redux.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/java-segfault-redux.md')
-rw-r--r--public/java-segfault-redux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/java-segfault-redux.md b/public/java-segfault-redux.md
index cc4254d..be403ba 100644
--- a/public/java-segfault-redux.md
+++ b/public/java-segfault-redux.md
@@ -189,7 +189,7 @@ to this:
getWidth(); // bogus call to keep `this` around
return ret;
}
-
+
Yeah. After spending weeks wading through though thousands of lines
of Java, C, and C++, a bogus call to a method I didn't care about was
the fix.