diff options
Diffstat (limited to 'textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp')
-rw-r--r-- | textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp b/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp index aa8981d4899e..209d956c36a0 100644 --- a/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp +++ b/textproc/openvanilla-modules/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp @@ -8,4 +8,4 @@ + #if defined (__linux__) || defined (__FreeBSD__) int CLFileSelect(const struct dirent *entry) #else - int CLFileSelect(struct dirent *entry)
\ No newline at end of file + int CLFileSelect(struct dirent *entry) |