Fix flow keyword compilation failure.

pull/113/head
Victor Julien 13 years ago
parent 3d74fa964a
commit 50da0e80d5

@ -992,7 +992,6 @@ int DetectFlowTestParse21 (void) {
return result;
}
#endif /* UNITTESTS */
static int DetectFlowSigTest01(void)
{
@ -1054,6 +1053,7 @@ static int DetectFlowSigTest01(void)
return result;
}
#endif /* UNITTESTS */
/**
* \brief this function registers unit tests for DetectFlow

Loading…
Cancel
Save