Oops, typo.
This commit is contained in:
parent
8ba2cc064b
commit
bad631e048
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ filters_postconfig(void)
|
|||
if (startup_func) {
|
||||
printf( "Launching startup function...\n" );
|
||||
res = interpret(startup_func);
|
||||
if (res.type = F_ERROR)
|
||||
if (res.type == F_ERROR)
|
||||
die( "Startup function resulted in error." );
|
||||
printf( "done\n" );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue