aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
diff options
context:
space:
mode:
authorDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
committerDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
commit74338a84911ecab007cb929cc417f59bfbac600a (patch)
tree7808b9582c73d015bea0eb60e474b84277e827f5 /src/library.js
parent660398be701fa73c13d2828379404018d4292e0e (diff)
code cleanup of |,;|s
Diffstat (limited to 'src/library.js')
-rw-r--r--src/library.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js
index 78af28cd..166806ba 100644
--- a/src/library.js
+++ b/src/library.js
@@ -651,7 +651,7 @@ var Library = {
me.ret = Pointer_make([0], 0, ALLOC_STATIC);
}
return me.ret;
- },
+ }
};
load('library_sdl.js');