Skip to content

Wrong function type for llib_append? #20

@blumf

Description

@blumf

static int llib_append(const char *fname, lua_CFunction func) {

It's defined as static int but doesn't return a value, and none of it's uses expect one. Should that be changed to static void?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions