Thanks!  I must have mismerged a rebase conflict.

On Sat, Feb 17, 2018 at 5:31 PM, Kyle Evans <kev...@freebsd.org> wrote:
> Author: kevans
> Date: Sun Feb 18 01:31:18 2018
> New Revision: 329503
> URL: https://svnweb.freebsd.org/changeset/base/329503
>
> Log:
>   liblua: Fix missing '}' in lutil.c after r329499
>
> Modified:
>   head/stand/liblua/lutils.c
>
> Modified: head/stand/liblua/lutils.c
> ==============================================================================
> --- head/stand/liblua/lutils.c  Sun Feb 18 01:21:52 2018        (r329502)
> +++ head/stand/liblua/lutils.c  Sun Feb 18 01:31:18 2018        (r329503)
> @@ -245,3 +245,4 @@ luaopen_io(lua_State *L)
>  {
>         luaL_newlib(L, iolib);
>         return 1;
> +}
>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to