X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=src%2Fmain.c;h=d1ec7c0ba196314bfa6aee53f53f60b236578ff1;hb=f92f23955f2aec3bf90dce810706f8a6062f6c72;hp=2ca2c8cb64b0f477c28c9cf1c3093bdb9104cb34;hpb=9ea97fca7b7de4de9ed61680de4bb08cd19ff206;p=plomrogue diff --git a/src/main.c b/src/main.c index 2ca2c8c..d1ec7c0 100644 --- a/src/main.c +++ b/src/main.c @@ -126,7 +126,7 @@ int main(int argc, char *argv[]) err_x = "Trouble recording new seed: " "A file 'record' already exists, when it shouldn't."; err_o = "Trouble recording new seed (fopen() in main()) / " - "opening'record_tmp' file for writing."; + "opening 'record_tmp' file for writing."; char * err_w = "Trouble recording new seed " "(write_uint32_bigendian() in main()) / writing to " "opened file 'record_tmp'.";