summaryrefslogtreecommitdiffstats
path: root/src/detection/lm/lm_nosupport.c
blob: 22c18030777c18917a06294273e5870d45490688 (plain) (blame)
1
2
3
4
5
#include "lm.h"

const char* ffDetectLM(FF_A_UNUSED FFLMResult* result) {
    return "Not supported on this platform";
}