diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/pictureflow/pictureflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index bbe2541..8d3af81 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -2556,7 +2556,7 @@ int main(void) #endif ret = main_menu(); if ( ret == -1 ) return PLUGIN_OK; - if ( ret != 0 ) return i; + if ( ret != 0 ) return ret; #ifdef USEGSLIB grey_show(true); #endif |