aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-05-03 11:54:56 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-05-03 11:54:56 +0200
commit2ee11fd42d78f05140404864f3ce25b2608d2102 (patch)
treedd5c15235f39feae534e8e7eda7a4b4e3f5a6488 /src/libcharon/plugins
parent493c468d4dfdccf85db9a5b67c348fe12f84ded1 (diff)
downloadstrongswan-2ee11fd42d78f05140404864f3ce25b2608d2102.tar.bz2
strongswan-2ee11fd42d78f05140404864f3ce25b2608d2102.tar.xz
display (soft) same as (not loaded)
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/stroke/stroke_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c
index 7a6a79bfe..a3908bf1c 100644
--- a/src/libcharon/plugins/stroke/stroke_list.c
+++ b/src/libcharon/plugins/stroke/stroke_list.c
@@ -1286,7 +1286,7 @@ static void list_plugins(FILE *out)
fprintf(out, " %s\n", str);
break;
case FEATURE_SDEPEND:
- fprintf(out, " %s(soft)\n", str);
+ fprintf(out, " %s (soft)\n", str);
break;
default:
break;