Skip to content

Commit

Permalink
Merge pull request #9 from GoelDeepak/master
Browse files Browse the repository at this point in the history
Minor fix for shared memory test
  • Loading branch information
shinpei0208 committed Sep 12, 2012
2 parents fd80040 + e52c424 commit 849a8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cuda/common/shm.c
Expand Up @@ -13,7 +13,7 @@
#endif #endif


#include <gdev_api.h> /* just for GDEV_IPC_RMID */ #include <gdev_api.h> /* just for GDEV_IPC_RMID */
#define KEY 0xdeadbeef #define KEY 0x7eadbeef


int copy_to_shm(unsigned int *in, unsigned int size) int copy_to_shm(unsigned int *in, unsigned int size)
{ {
Expand Down

0 comments on commit 849a8fc

Please sign in to comment.