Oops, typo.

This commit is contained in:
Pavel Machek 1999-04-12 12:07:15 +00:00
parent 8ba2cc064b
commit bad631e048

View file

@ -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" );
}