diff options
Diffstat (limited to 'src/libhydra/plugins/attr_sql')
-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", |