diff --git a/src/argb-colors.h b/src/argb-colors.h index 8802c7a..2b7b421 100644 --- a/src/argb-colors.h +++ b/src/argb-colors.h @@ -175,8 +175,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state){ default: return ARGP_ERR_UNKNOWN; } - printf("%03x = %s\n", key, arg); - + return 0; }