]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
remove dead code moved from libvlc.h
[vlc] / include / vlc_configuration.h
index 4bcadf4ba9342c83e487126f23cda5618c346c0a..c0ee83a31672588957524be3ae9943950c2c0110 100644 (file)
@@ -190,7 +190,7 @@ struct module_config_t
 
     /* Option values loaded from config file */
     vlc_bool_t   b_autosave;      /* Config will be auto-saved at exit time */
-    vlc_bool_t   b_unsaveable;                    /* Config should be saved */
+    vlc_bool_t   b_unsaveable;                /* Config should not be saved */
 
     vlc_bool_t   b_safe;
 };