diff options
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 4f190454e5..4cd74c4b32 100644 --- a/wt-status.h +++ b/wt-status.h @@ -13,7 +13,7 @@ enum color_wt_status { WT_STATUS_NOBRANCH, WT_STATUS_UNMERGED, WT_STATUS_LOCAL_BRANCH, - WT_STATUS_REMOTE_BRANCH, + WT_STATUS_REMOTE_BRANCH }; enum untracked_status_type { |