From b0c158fba9036c0f9bb30546f5aabfe29ebfaea4 Mon Sep 17 00:00:00 2001 From: radix Date: Thu, 26 May 2016 22:03:15 -0500 Subject: [PATCH] Helps to actually save files before trying to commit them. --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index 2a2b7c001..7435829ec 100644 --- a/include/types.h +++ b/include/types.h @@ -1244,7 +1244,7 @@ typedef struct uint restore_disable; uint status; uint status_timer; - uint status_automat; + uint status_automate; uint quiet; uint force; uint benchmark;