~sircmpwn/himitsu-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH himitsu] himitsu-store: write newline at end of config.ini

Details
Message ID
<ZblacSkKO14baK7T@fluorine>
DKIM signature
pass
Download raw message
Patch: +2 -1
---
 cmd/himitsu-store/main.ha | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/himitsu-store/main.ha b/cmd/himitsu-store/main.ha
index a4a23ae..5554373 100644
--- a/cmd/himitsu-store/main.ha
+++ b/cmd/himitsu-store/main.ha
@@ -19,7 +19,8 @@ use net;

// XXX: Distros may want to modify the default config
const conf: str = `[himitsud]
prompter=hiprompt-gtk`;
prompter=hiprompt-gtk
`;

export fn main() void = {

-- 
2.43.0
Details
Message ID
<D0O398WK1BNV.9RLVXWRHCCUS@strohwolke.at>
In-Reply-To
<ZblacSkKO14baK7T@fluorine> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To https://git.sr.ht/~sircmpwn/himitsu
   c657d70..6becc84  master -> master
Reply to thread Export thread (mbox)