From 0f26593d44880e2c158f34d6f590f4b59ed1e057 Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 3 Jul 1995 08:54:44 +0000 Subject: [PATCH] This commit was generated by cvs2svn to compensate for changes in r1542, which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@1543 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cb5/e4error.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cb5/e4error.c b/cb5/e4error.c index a997c154d..5ec5d7bfe 100755 --- a/cb5/e4error.c +++ b/cb5/e4error.c @@ -27,12 +27,12 @@ static void do_error_box( void ) ; #ifndef S4TEST /* Add alternative error display code here. Function e4hook() may be placed in your own separate source code - file, but ensure that the same function prototype as below is used. */ + file, but ensure that the same function prototype as below is used. + */ void S4FUNCTION e4hook( CODE4 S4PTR *c4, int err_code, char *desc1, char *desc2, char *desc3 ) { - return ; + return ; } - #endif #ifdef S4TESTING