diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-19 08:21:35 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-19 08:21:35 -0400 |
| commit | 3d015eaa5b94b66a80cfc31e6f95780cb00a2e4c (patch) | |
| tree | cbbb10ba2bdc456545e51d4e54802385f1c978ed /config | |
| parent | 1a1b7d9de6ce73493dc5fdbc91bf0f51de1e864b (diff) | |
| download | fujinet-chat-3d015eaa5b94b66a80cfc31e6f95780cb00a2e4c.tar.gz | |
Tweak config prompt.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c index 64924f0..3e47685 100644 --- a/config/config.c +++ b/config/config.c @@ -540,7 +540,7 @@ void main(void) { print("remaining questions.\n\n"); if(memcmp(&defaults, conf, sizeof(defaults)) != 0) - if(yn("\nReset to defaults", 0)) + if(yn("Reset to defaults", 0)) set_default_config(); parse_url(); |
