diff options
author | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-16 20:20:20 +0200 |
commit | c804e1d7630c408c726d7999f25d5cf7d786f1c5 (patch) | |
tree | e328d493b4a5495d580f1b951bcc59a5da27fae5 /src/c_defs.go | |
parent | prompt ssh ok (diff) | |
download | hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.gz hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.bz2 hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.xz hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.tar.zst hardflip-c804e1d7630c408c726d7999f25d5cf7d786f1c5.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | src/c_defs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index 5d24337..9e7015e 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -89,7 +89,6 @@ const ( WELCOME_GPG = iota WELCOME_CONFIRM_GPG WELCOME_SSH - WELCOME_END ) const ( |