Add missing semicolon

This commit is contained in:
Martin Willi 2011-05-19 13:41:31 +02:00
parent b9d61f78d3
commit e6816e4670
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ start_action_job_t *start_action_job_create(void)
.destroy = _destroy,
},
},
)
);
return &this->public;
}