diff --git a/src/error.c b/src/error.c
index 13bfd78d0bfd6f97472890431301fe704288b689..90e870b8712b8dc2cd5a7cd9b7193405756cf6b2 100644
--- a/src/error.c
+++ b/src/error.c
@@ -18,7 +18,7 @@
 #include "operators.h"
 #include "module_support.h"
 
-RCSID("$Id: error.c,v 1.27 1999/03/20 22:24:30 hubbe Exp $");
+RCSID("$Id: error.c,v 1.28 1999/03/23 02:51:07 marcus Exp $");
 
 #undef ATTRIBUTE
 #define ATTRIBUTE(X)
@@ -300,6 +300,7 @@ void f_error_index(INT32 args)
     case 1: ref_push_array(GENERIC_ERROR_THIS->backtrace); break;
     default:
     /* do an index out of range error here! */
+      ;
   }
 }