mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix typo
This commit is contained in:
parent
256afff8e8
commit
f13f0ee4ec
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ void ihandler(lua_State* L, int k) {
|
||||||
sigint_received = 0;
|
sigint_received = 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#ifndef _WIN32
|
#endif
|
||||||
|
|
||||||
static void runRepl()
|
static void runRepl()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue