mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 18:02:12 +00:00
Convert C++ comment to C comment
This commit is contained in:
parent
29b3045d7c
commit
ff17917a90
@ -28,7 +28,7 @@ int libretrodb_lua_to_rmsgpack_value(lua_State *L, int index,
|
||||
printf("skipping non string key\n");
|
||||
else if (lua_isnil(L, value_idx))
|
||||
{
|
||||
// Skipping nil value fields to save disk space
|
||||
/* Skipping nil value fields to save disk space */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user