]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r22146: Attempt to fix the build
authorVolker Lendecke <vlendec@samba.org>
Tue, 10 Apr 2007 07:33:14 +0000 (07:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:16 +0000 (12:19 -0500)
source/modules/vfs_readahead.c

index 550562d03d08d15c40ab6539baea0fd7ea940204..2f4b6e7f74b398aed8279c1f0201cae301220e27 100644 (file)
@@ -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"));