From 7e78ffeab02a78d5590439807ded5ade5c649de9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 22 Oct 1997 05:21:25 +0000 Subject: [PATCH] Eliminate compiler warning. --- v7/src/microcode/option.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 7a4199bd3..8bf6d35ad 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: option.c,v 1.43 1996/10/02 18:58:26 cph Exp $ +$Id: option.c,v 1.44 1997/10/22 05:21:25 cph Exp $ -Copyright (c) 1990-96 Massachusetts Institute of Technology +Copyright (c) 1990-97 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -956,6 +956,7 @@ DEFUN (search_path_for_file, (option, filename, default_p, fail_p), } termination_init_error (); /*NOTREACHED*/ + return (0); } } -- 2.25.1