Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure.inc: add missing newline
  • Loading branch information
perexg committed Mar 8, 2016
1 parent e7abad2 commit 8900493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/configure.inc
Expand Up @@ -173,7 +173,7 @@ show_help ()
printf " $fmt Build and optimize for specific CPU\n" "--cpu=CPU"
printf " $fmt Build for architecture [$ARCH]\n" "--arch=ARCH"
printf " $fmt Build for platform [$PLATFORM]\n" "--platform=PLATFORM"
printf " $fmt Build without -Werror CFLAGS" "--nowerror"
printf " $fmt Build without -Werror CFLAGS\n" "--nowerror"
printf " $fmt Use python binary [$PYTHON]\n" "--python=PYTHON"
echo ""
echo "Options"
Expand Down

0 comments on commit 8900493

Please sign in to comment.