aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-04-23 03:09:58 +1000
committeronefang2020-04-23 03:09:58 +1000
commitb132ecbf2e9d3cfe3563b235d8b000ea8420bf57 (patch)
tree06f0b365e16ebded362ccf3afd530151cdb9d19d
parentIgnore the previous commit, this should fix the actual bug. My fault. lol (diff)
downloadopensim-SC_OLD-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.zip
opensim-SC_OLD-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.gz
opensim-SC_OLD-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.bz2
opensim-SC_OLD-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.xz
Code white space fixup.
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 727d70d..3677601 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -5392,7 +5392,7 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile)
5392 fld = addInputField(iF, LUA_TSTRING, "user", "user", NULL, nameValidate, nameWeb); 5392 fld = addInputField(iF, LUA_TSTRING, "user", "user", NULL, nameValidate, nameWeb);
5393 inputFieldExtra(fld, FLD_HIDDEN, 42, 63); 5393 inputFieldExtra(fld, FLD_HIDDEN, 42, 63);
5394 addSubmit(iF, "login", "", NULL, accountViewSub, "accountView"); // Coz we sometimes want to trigger this from code. 5394 addSubmit(iF, "login", "", NULL, accountViewSub, "accountView"); // Coz we sometimes want to trigger this from code.
5395 addSubmit(iF, "validate", "", NULL, accountValidateSub, "accountLogin"); // Coz we sometimes want to trigger this from code. 5395 addSubmit(iF, "validate", "", NULL, accountValidateSub, "accountLogin"); // Coz we sometimes want to trigger this from code.
5396 addSubmit(iF, "edit", "", NULL, accountEditSub, "accountEdit"); // Coz we sometimes want to trigger this from code. 5396 addSubmit(iF, "edit", "", NULL, accountEditSub, "accountEdit"); // Coz we sometimes want to trigger this from code.
5397 addSubmit(iF, "validated_members", "validated members", NULL, accountExploreValidatedVoucherSub, "accountValidated"); 5397 addSubmit(iF, "validated_members", "validated members", NULL, accountExploreValidatedVoucherSub, "accountValidated");
5398 addSubmit(iF, "logout", "logout", NULL, accountOutSub, "accountLogin"); 5398 addSubmit(iF, "logout", "logout", NULL, accountOutSub, "accountLogin");