maj
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
int maj_queue(int* queue, int** p) {
|
||||
void maj_queue(int* queue, int** p) {
|
||||
|
||||
if ( p[queue[0] +1 ][queue[1]] == 1 ) {
|
||||
|
||||
@@ -31,7 +31,5 @@ int maj_queue(int* queue, int** p) {
|
||||
queue[1] = queue[1] -1;
|
||||
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user