From 48f4c91cb4957ddf3763c39ce7a802b9b726cfd7 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 4 May 2004 22:38:15 +0000 Subject: [PATCH] dangling-comments-are-bad-20040504 Fix an unterminated comment.. Oops! --- src/afs/LINUX/osi_misc.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5