diff options
| -rw-r--r-- | cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c index 5ccd3025..b4db7500 100644 --- a/cube/cube.c +++ b/cube/cube.c @@ -3895,7 +3895,7 @@ static void demo_check_and_set_wsi_platform(struct demo *demo) { } } if (qnx_extension_available) { - demo->wsi_platform = WSI_PLATFORM_ANDROID; + demo->wsi_platform = WSI_PLATFORM_QNX; return; } } |
