Skip to content

Commit ade367d

Browse files
authored
Fix main.c build (#129)
1 parent 86dfff2 commit ade367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ int compress = 0;
9494
module_param(compress, int, S_IRUGO);
9595
#endif
9696

97-
static int __init lime__module (void)
97+
static int __init lime_init_module (void)
9898
{
9999
if(!path) {
100100
DBG("No path parameter specified");

0 commit comments

Comments
 (0)