X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Finform.c;h=93bfcc7964f738609f7f4a418a9743e81ce78e5b;hb=8760c1ba6442153afe76bcac742e086f90c59fe8;hp=b3396a3662c9097ca2057ad79463646dcb8c34eb;hpb=46cb3ffad9e3ed318a9109ff96421882f6642b2b;p=inform.git diff --git a/src/inform.c b/src/inform.c index b3396a3..93bfcc7 100644 --- a/src/inform.c +++ b/src/inform.c @@ -2,9 +2,8 @@ /* "inform" : The top level of Inform: switches, pathnames, filenaming */ /* conventions, ICL (Inform Command Line) files, main */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2020 */ -/* */ -/* This file is part of Inform. */ +/* Part of Inform 6.35 */ +/* copyright (c) Graham Nelson 1993 - 2020 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -17,7 +16,7 @@ /* GNU General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ -/* along with Inform. If not, see https://gnu.org/licenses/ */ +/* along with Inform. If not, see https://gnu.org/licenses/ * /* */ /* ------------------------------------------------------------------------- */ @@ -1293,7 +1292,7 @@ One or more words can be supplied as \"commands\". These may be:\n\n\ --config filename (setup file)\n\n"); #ifndef PROMPT_INPUT - printf("For example: \"inform -dexs $huge curses\".\n\n"); + printf("For example: \"inform -dexs $huge curses\".\n"); #endif return;