commit | 577d6a7c3a0e273e115c65a148b71be6c1950f69 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jan 24 14:32:52 2011 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Jan 24 14:32:54 2011 +1030 |
tree | 3094a0b019ab4f81a2a0bc460635b9ee56cd2768 | |
parent | b75be4204e7871869b2c268c00783703197aaa7d [diff] |
module: fix missing semicolons in MODULE macro usage 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>