diff --git a/src/lib/include/fwts_framework.h b/src/lib/include/fwts_framework.h
index 693d993..32bab8c 100644
--- a/src/lib/include/fwts_framework.h
+++ b/src/lib/include/fwts_framework.h
@@ -124,7 +124,7 @@ typedef struct {
 	fwts_list total_taglist;		/* List of tags found when running all tests */
 
 	fwts_firmware_type firmware_type;	/* Type of firmware */
-	int show_progress;			/* Show progress while running current test */
+	bool show_progress;			/* Show progress while running current test */
 
 	fwts_log_type	log_type;		/* Output log type, default is plain text ASCII */
 } fwts_framework;
