commit 5d1d01b86b36f249b5f98daee4353b694a226d09
parent ea8a1bacdd8aebbd919ed7b8ac6b4751ec0c3d75
Author: Ellenor Bjornsdottir <ellenor@umbrellix.net>
Date: Mon, 12 Sep 2022 10:36:13 +0000
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ussg-page b/ussg-page
@@ -276,7 +276,7 @@ proc picktmpfilename {filename} {
}
if {[llength $arg] == 2} {
- set outputfile [lindex $arg 1]]
+ set outputfile [lindex $arg 1]
if {$outputfile == "-"} {
} else {
# In the positive, output file desc is already set correctly.