diff options
Diffstat (limited to 'src/if_mzsch.c')
-rw-r--r-- | src/if_mzsch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 017f8041e..1658fe43e 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c @@ -1040,7 +1040,7 @@ mzscheme_init(void) #ifdef DYNAMIC_MZSCHEME if (!mzscheme_enabled(TRUE)) { - EMSG(_("E812: Sorry, this command is disabled, the MzScheme libraries could not be loaded.")); + EMSG(_("E815: Sorry, this command is disabled, the MzScheme libraries could not be loaded.")); return -1; } #endif |