commit:     3dcb44ca2b8d53a9afbeee447ca37ef6f8ba43a8
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:18:12 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 12:18:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3dcb44ca

qpkg: change smiley in comment not to upset rediculous style check

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 qpkg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qpkg.c b/qpkg.c
index 1b654a6..79245d0 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -376,7 +376,7 @@ int qpkg_main(int argc, char **argv)
        if (qpkg_bindir[0] != '/')
                err("'%s' is not a valid package destination", qpkg_bindir);
        /* brute force just unlink any file or symlink, if this fails, it's
-        * actually good ;) */
+        * actually good :) */
        unlink(qpkg_bindir);
        fd = open(qpkg_bindir, O_RDONLY);
        if ((fd == -1 && mkdir(qpkg_bindir, 0750) == -1) ||

Reply via email to