Branch: Tag:

1997-06-01

1997-06-01 19:51:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: server/base_server/roxen.pike:1.66

1: - string cvs_version = "$Id: roxen.pike,v 1.65 1997/06/01 02:59:43 grubba Exp $"; + string cvs_version = "$Id: roxen.pike,v 1.66 1997/06/01 19:51:26 grubba Exp $";   #define IN_ROXEN   #ifdef THREADS   #include <fifo.h>
1751:       if (catch(p = compile_file(file)) || (!p)) {    MD_PERROR((" compilation failed")); -  throw("Compilation of failed.\n"); +  throw("Compilation failed.\n");    }       array err = catch(o = p());