]> Cypherpunks.ru repositories - goredo.git/blobdiff - status.go
Raise copyright years in advance
[goredo.git] / status.go
index a75108e1a03879ab0f40a9f5fde013f42766818f..dbd70c05efd397ae67063e64d8d87676c09b4079 100644 (file)
--- a/status.go
+++ b/status.go
@@ -1,6 +1,6 @@
 /*
 goredo -- djb's redo implementation on pure Go
-Copyright (C) 2020-2023 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -66,7 +66,7 @@ func statusInit() {
        var err error
        r, FdStatus, err = os.Pipe()
        if err != nil {
-               log.Fatalln(err)
+               log.Fatal(err)
        }
        go func() {
                running := 0