module: fix missing semicolons in MODULE macro usage
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 24 Jan 2011 20:32:52 +0000 (14:32 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 24 Jan 2011 04:02:54 +0000 (14:32 +1030)
You always needed them when you were a module, but the builtin versions
of the macros used to be more lenient.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found