From: Nathan Neulinger Date: Tue, 4 May 2004 22:38:15 +0000 (+0000) Subject: dangling-comments-are-bad-20040504 X-Git-Tag: openafs-devel-1_3_64~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=48f4c91cb4957ddf3763c39ce7a802b9b726cfd7;p=packages%2Fo%2Fopenafs.git dangling-comments-are-bad-20040504 Fix an unterminated comment.. Oops! --- diff --git a/src/afs/LINUX/osi_misc.c b/src/afs/LINUX/osi_misc.c index 8a62d08d4..280f5ee71 100644 --- a/src/afs/LINUX/osi_misc.c +++ b/src/afs/LINUX/osi_misc.c @@ -203,6 +203,7 @@ osi_file_uio_rdwr(struct osi_file *osifile, uio_t * uiop, int rw) * This is bad -- we can't read any more data from the * file, but we have no good way of signaling a partial * read either. + */ code = EIO; break; }