chiark
/
gitweb
/
~mdw
/
tripe-android
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
The work! The progress!
[tripe-android]
/
keys.scala
diff --git
a/keys.scala
b/keys.scala
index bdbede98b887675066805be0e340e1df69cb51b1..9108b38aca701f2bb28ecb356f2b07e494f3d616 100644
(file)
--- a/
keys.scala
+++ b/
keys.scala
@@
-123,7
+123,7
@@
private val DEFAULTS: Seq[(String, Config => String)] =
private def parseConfig(file: File): HashMap[String, String] = {
/* Build the new configuration in a temporary place. */
private def parseConfig(file: File): HashMap[String, String] = {
/* Build the new configuration in a temporary place. */
- va
r
m = HashMap[String, String]();
+ va
l
m = HashMap[String, String]();
/* Read the config file into our map. */
file.withReader { in =>
/* Read the config file into our map. */
file.withReader { in =>