bouffa / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

Header guard spelling error in ExternalFunctionSet.cpp #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by m...@charlesmoyes.com on 13 Jul 2014 at 9:56