summaryrefslogtreecommitdiffstats
path: root/src/detection/font/font_nosupport.c
blob: 26f9ec68a756ac065e189847056d0d9096045aef (plain) (blame)
1
2
3
4
5
6
7
#include "fastfetch.h"
#include "font.h"

const char* ffDetectFontImpl(FF_A_UNUSED FFFontResult* result) {
    FF_UNUSED(result);
    return "Not supported on this platform";
}