mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
cygfuse: fix CRLF to LF
This commit is contained in:
parent
796f97f078
commit
9160f1c4ce
@ -1,6 +1,6 @@
|
|||||||
#include <fuse.h>
|
#include <fuse.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return !(FUSE_VERSION == fuse_version());
|
return !(FUSE_VERSION == fuse_version());
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <fuse.h>
|
#include <fuse.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
return !(FUSE_VERSION == fuse_version());
|
return !(FUSE_VERSION == fuse_version());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user