gtcasl/gpuocelot

Header guard spelling error in ExternalFunctionSet.cpp

Opened this issue · 0 comments

From m...@charlesmoyes.com on July 13, 2014 17:56:55

ExternalFunctionSet.cpp:

#ifndef EXTERNAL_FUCNTION_SET_CPP_INCLUDED
#define EXTERNAL_FUNCTION_SET_CPP_INCLUDED

should be:

#ifndef EXTERNAL_FUNCTION_SET_CPP_INCLUDED
#define EXTERNAL_FUNCTION_SET_CPP_INCLUDED

Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=94