Skip to content
Snippets Groups Projects
Commit d16ecb59 authored by Simon McVittie's avatar Simon McVittie
Browse files

capture-libs: Fix a typo

parent b81a3e2c
Branches
Tags
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -680,7 +680,7 @@ main (int argc, char **argv)
if( build_filename( path, sizeof(path), optarg,
LD_SO, NULL ) >= sizeof(path) )
{
errx( 1, "\%s\" too long", optarg );
errx( 1, "\"%s\" too long", optarg );
}
DEBUG( DEBUG_TOOL, "Starting with %s", path );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment