]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
* skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
[vlc] / include / vlc_block.h
index d2ad6c463ac6fc8bb0dd0856eec057f64c7cca03..0ebef6e6c0c47b2fe6fed86979f322ecf4995bfb 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_BLOCK_H
@@ -77,6 +77,7 @@ typedef struct block_sys_t block_sys_t;
 struct block_t
 {
     block_t     *p_next;
+    block_t     *p_prev;
 
     uint32_t    i_flags;