diff options
Diffstat (limited to 'NK_C_API.cc')
-rw-r--r-- | NK_C_API.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NK_C_API.cc b/NK_C_API.cc index d8b8168..ff612f0 100644 --- a/NK_C_API.cc +++ b/NK_C_API.cc @@ -170,6 +170,7 @@ extern "C" { case NK_STORAGE: model_string = "S"; break; + case NK_DISCONNECTED: default: /* no such enum value -- return error code */ return 0; |