Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed May 7, 2021
1 parent 422f099 commit e47776b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croc/croc.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ func (c *Client) processMessageFileInfo(m message.Message) (done bool, err error
}
}
// c.spinner.Stop()
action = "Accept"
action := "Accept"
if c.Options.SendingText {
action = "Display"
fname = "text message"
Expand Down

0 comments on commit e47776b

Please sign in to comment.