From 2c7a936375feaddfe76efe5cec7c695489fa919c Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 18 Aug 2021 18:25:48 +1000 Subject: tabs++ --- src/sledjchisl/sledjchisl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 189fd2d..3d94035 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -7764,12 +7764,12 @@ Other possibilities - I("Not in the configured scRoot. %s != %s", t0, t1); if (qfile_exist(toybuf)) { - chdir(toybuf); - result = scanForConfigs(cPaths); + chdir(toybuf); + result = scanForConfigs(cPaths); result = result | scanForConfigs(oPaths); } else - C("The configured scRoot doesn't exist! Might need to actually install this. %s", scRoot); + C("The configured scRoot doesn't exist! Might need to actually install this. %s", scRoot); } free(t1); } -- cgit v1.1