Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/eggfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'fill/eggfill.c')
-rw-r--r--fill/eggfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fill/eggfill.c b/fill/eggfill.c
index 318879c..50af76f 100644
--- a/fill/eggfill.c
+++ b/fill/eggfill.c
@@ -122,7 +122,7 @@ void queue_dequeue(queue *q){
}/* end of queue*/
void
-floodfill(unsigned int* pixels, int x, int y, int width, int height, unsigned int color) {
+floodfill(unsigned long * pixels, int x, int y, int width, int height,unsigned long color) {
printf("\nEntrando to floodfill\n");
queue *lista_xy;