summaryrefslogtreecommitdiff
path: root/src/detect-virt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detect-virt.c')
-rw-r--r--src/detect-virt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect-virt.c b/src/detect-virt.c
index 7685d18cc6..57f0176668 100644
--- a/src/detect-virt.c
+++ b/src/detect-virt.c
@@ -40,7 +40,7 @@ int main(int argc, char *argv[]) {
}
if (r > 0)
- printf("%s\n", id);
+ puts(id);
return r == 0;
}