htcp

Properties of water suspended in clouds
git clone git://git.meso-star.fr/htcp.git
Log | Files | Refs | README | LICENSE

commit e7f3d89b953d8f01dc4e9e712916634919d4528d
parent 3206076fa5acd9239e865bdfb8d538e2a36af426
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 15 Nov 2018 12:19:40 +0100

Fix a no-op directive

Diffstat:
Msrc/les2htcp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/les2htcp.c b/src/les2htcp.c @@ -128,7 +128,7 @@ args_init(struct args* args, const int argc, char** argv) LES2HTLES_VERSION_PATCH); args->quit = 1; goto exit; - default: RES_BAD_ARG; break; + default: res = RES_BAD_ARG; break; } if(res != RES_OK) { if(optarg) {