diff options
author | onefang | 2020-04-23 03:09:58 +1000 |
---|---|---|
committer | onefang | 2020-04-23 03:09:58 +1000 |
commit | b132ecbf2e9d3cfe3563b235d8b000ea8420bf57 (patch) | |
tree | 06f0b365e16ebded362ccf3afd530151cdb9d19d /src/sledjchisl/sledjchisl.c | |
parent | Ignore the previous commit, this should fix the actual bug. My fault. lol (diff) | |
download | opensim-SC-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.zip opensim-SC-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.gz opensim-SC-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.bz2 opensim-SC-b132ecbf2e9d3cfe3563b235d8b000ea8420bf57.tar.xz |
Code white space fixup.
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
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"); |