Skip to content

Commit

Permalink
Update Picocrypt.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored May 29, 2021
1 parent 98cdec1 commit 88d158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unstable/Picocrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var keyfilePrompt = "Keyfile (optional):"
var progress float32 = 0
var progressInfo = ""
var status = "Ready."
var _status = ""
var _status = "Ready."
var _status_color = color.RGBA{0xff,0xff,0xff,255}
var splitUnits = []string{
"KB",
Expand Down

0 comments on commit 88d158c

Please sign in to comment.