Fix wrong #endif comment that does not match the #ifdef directive.
[mplayer/greg.git] / osdep / shmem.h
blobf3ed9b26bb4e247656b9c5527b4a657d253d7323
2 void* shmem_alloc(int size);
3 void shmem_free(void* p,int size);