From 825255c7600f2372c1702a0cecb309e9f22c087e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Apr 2007 07:33:14 +0000 Subject: [PATCH] r22146: Attempt to fix the build --- source/modules/vfs_readahead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/vfs_readahead.c b/source/modules/vfs_readahead.c index 550562d03d0..2f4b6e7f74b 100644 --- a/source/modules/vfs_readahead.c +++ b/source/modules/vfs_readahead.c @@ -106,7 +106,7 @@ static ssize_t readahead_pread(vfs_handle_struct *handle, (unsigned int)fd, (unsigned long long)offset, (unsigned int)rhd->len, - (err )); + err )); #else if (!rhd->didmsg) { DEBUG(0,("readahead_pread: no readahead on this platform\n")); -- 2.47.3