aboutsummaryrefslogtreecommitdiff
path: root/build2/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target.cxx')
-rw-r--r--build2/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target.cxx b/build2/target.cxx
index 0a97566..64b376c 100644
--- a/build2/target.cxx
+++ b/build2/target.cxx
@@ -35,7 +35,7 @@ namespace build2
// target_state
//
- static const char* target_state_[] = {
+ static const char* const target_state_[] = {
"unknown", "unchanged", "postponed", "changed", "failed", "group"};
ostream&