aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/d-spec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/d-spec.cc')
-rw-r--r--gcc/d/d-spec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/d-spec.cc b/gcc/d/d-spec.cc
index f4744763ab6..cde43e91863 100644
--- a/gcc/d/d-spec.cc
+++ b/gcc/d/d-spec.cc
@@ -56,7 +56,7 @@ enum phobos_action
/* libgphobos is needed and should be linked statically. */
PHOBOS_STATIC,
/* libgphobos is needed and should be linked dynamically. */
- PHOBOS_DYNAMIC,
+ PHOBOS_DYNAMIC
};
static phobos_action phobos_library = PHOBOS_DEFAULT;