diff --git a/src/stubser/stubser.c b/src/stubser/stubser.c index fcc8c92..168f844 100644 --- a/src/stubser/stubser.c +++ b/src/stubser/stubser.c @@ -48,7 +48,7 @@ STATIC int8_t createStubFunctionBlock(FILE *aFile, FILE *aHeader, cfunction_t *a return -1; } - if (CFUNCTION_TYPE_REGULAR != aFunction->type && CFUNCTION_TYPE_STATIC != aFunction->type) + if (CFUNCTION_TYPE_REGULAR != aFunction->type) { return 1; }