chiark / gitweb /
Remove src/compat-libs
[elogind.git] / src / console / consoled-terminal.c
index 19d14016ad85f8730bf9abda9037768bdb22428e..03447d1b9234bdc4b5591c5f71d7d66731b7c539 100644 (file)
@@ -20,7 +20,6 @@
 ***/
 
 #include <errno.h>
-#include <inttypes.h>
 #include <stdlib.h>
 #include "consoled.h"
 #include "list.h"
@@ -99,7 +98,7 @@ Terminal *terminal_free(Terminal *t) {
         assert(t->workspace);
 
         if (t->pty) {
-                (void)pty_signal(t->pty, SIGHUP);
+                (void) pty_signal(t->pty, SIGHUP);
                 pty_close(t->pty);
                 pty_unref(t->pty);
         }