diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-12 20:48:14 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-12 20:48:14 +0200 |
commit | 1cecc6a6ef698dbc70a199806d0cbf14e67b6654 (patch) | |
tree | c442b8718297c73431268c6dd571311b3bcbab97 /src | |
parent | ab635e029ec5a88d41aaa3dbf864d1ae6bd9a982 (diff) | |
download | strongswan-1cecc6a6ef698dbc70a199806d0cbf14e67b6654.tar.bz2 strongswan-1cecc6a6ef698dbc70a199806d0cbf14e67b6654.tar.xz |
fixed alignment of caption
Diffstat (limited to 'src')
-rw-r--r-- | src/libhydra/plugins/attr_sql/pool_attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c index 19505c6aa..3ae073c57 100644 --- a/src/libhydra/plugins/attr_sql/pool_attributes.c +++ b/src/libhydra/plugins/attr_sql/pool_attributes.c @@ -597,8 +597,8 @@ void status_attr(bool hexout) { if (first) { - printf(" type description pool " - " identity value\n"); + printf(" type description pool " + " identity value\n"); first = FALSE; } snprintf(type_name, sizeof(type_name), "%N", |