summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storage/test_parser.cpp')
-rw-r--r--tests/storage/test_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_parser.cpp b/tests/storage/test_parser.cpp
index a0045e6..7f10d78 100644
--- a/tests/storage/test_parser.cpp
+++ b/tests/storage/test_parser.cpp
@@ -57,7 +57,7 @@ static const char *help_msg =
" zy-et26\n";
void print_help(){
- printf(help_msg);
+ printf("%s", help_msg);
}
int main (int argc, char * argv [])