Skip to content

Commit 291f3ca

Browse files
committed
Fix the syntax fix.
1 parent 2dc1a48 commit 291f3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mud.dgd.examp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ objects = 500; /* max # of objects */
3232
call_outs = 200; /* max # of call_outs */
3333

3434
/* Example of how to load a module, the JIT compiler extension */
35-
/* modules = ([ "/lpc-ext/jit.1.2" : "/lpc-ext/jit" }); */
35+
/* modules = ([ "/lpc-ext/jit.1.2" : "/lpc-ext/jit" ]); */

0 commit comments

Comments
 (0)