deduct variable names from implementation
[m6w6/ext-psi] / src / token.c
index 5f177c43c5d6af795f945e6bc37de9557dbb2677..08a6802826cb70572afcae87bf6816990cf4b7ea 100644 (file)
@@ -199,7 +199,7 @@ void psi_token_dump(int fd, struct psi_token *t)
 {
        size_t i;
 
-       dprintf(fd, "TOKEN %p (%d) ", t, t->type);
+       dprintf(fd, "TOKEN %p (%u) ", t, t->type);
        if (t->type == PSI_T_EOF) {
                dprintf(fd, "EOF");
        } else {