Author: nyan
Date: Sun Sep 28 12:12:54 2014
New Revision: 272249
URL: http://svnweb.freebsd.org/changeset/base/272249

Log:
  Remove extra '\'.

Modified:
  head/sys/boot/i386/boot2/Makefile

Modified: head/sys/boot/i386/boot2/Makefile
==============================================================================
--- head/sys/boot/i386/boot2/Makefile   Sun Sep 28 11:32:46 2014        
(r272248)
+++ head/sys/boot/i386/boot2/Makefile   Sun Sep 28 12:12:54 2014        
(r272249)
@@ -37,7 +37,7 @@ CFLAGS=       -Os \
        -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
        -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
        -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
-       -Winline \
+       -Winline
 
 CFLAGS.gcc+=   -fno-guess-branch-probability \
                -fno-unit-at-a-time \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to