Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot a semicolon
The build process seems to have failed to enforce this.
  • Loading branch information
alexander-bauer committed Dec 11, 2012
1 parent aa7f421 commit 5e4a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/angel/cjdroute2.c
Expand Up @@ -443,7 +443,7 @@ int main(int argc, char** argv)
if (!privateKey) {
Except_raise(eh, -1, "Need to specify privateKey.");
}
Log_info(logger, "Forking angel to background.")
Log_info(logger, "Forking angel to background.");
Process_spawn(corePath->bytes, args);

// --------------------- Get Admin --------------------- //
Expand Down

0 comments on commit 5e4a62b

Please sign in to comment.