Merge change 8298 into donut

* changes:
  Minor NPE fix.
This commit is contained in:
Android (Google) Code Review
2009-07-22 20:01:20 -07:00

View File

@@ -171,9 +171,11 @@ public class Main {
addString(p, line);
}
} finally {
if (br != null) {
br.close();
}
}
}
/**
* Prints some help to stdout.