summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ppm.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/ppm.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ppm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/ppm.cpp b/noncore/apps/opie-reader/ppm.cpp
index 1face46..e8bf110 100644
--- a/noncore/apps/opie-reader/ppm.cpp
+++ b/noncore/apps/opie-reader/ppm.cpp
@@ -1,14 +1,15 @@
1#include <stdlib.h> 1#include <stdlib.h>
2#include <stdio.h> 2#include <stdio.h>
3#include "arith.h"
3#include "ppm.h" 4#include "ppm.h"
4 5
5/**************************************************************************** 6/****************************************************************************
6 * Gestion des noeuds 7 * Gestion des noeuds
7 ****************************************************************************/ 8 ****************************************************************************/
8 9
9/* 10/*
10 * Désallocation du noeud p 11 * Désallocation du noeud p
11 */ 12 */
12 13
13void ppm_worker::Node_Free(UINT p) { 14void ppm_worker::Node_Free(UINT p) {
14 node_heap[node_free_last].free_next=p; 15 node_heap[node_free_last].free_next=p;