svn commit: r329503 - head/stand/liblua

Conrad Meyer cem at freebsd.org
Sun Feb 18 02:48:28 UTC 2018


Thanks!  I must have mismerged a rebase conflict.

On Sat, Feb 17, 2018 at 5:31 PM, Kyle Evans <kevans at 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;
> +}
>


More information about the svn-src-head mailing list