[Documentation] Appended fallback comment in server.

This commit is contained in:
MayureshMore 2025-02-17 10:02:12 -08:00
parent 0ba9d35705
commit f2885be9ea

View file

@ -41,3 +41,5 @@ sc_file_is_regular(const char *path) {
return S_ISREG(path_stat.st_mode);
}
// Local fallback improvement: appended a small comment.