summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 10:23:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 18:31:56 +0100
commitc59ec659ee5cd262c765ed101605b1c87fea2a6d (patch)
tree8a3a2864672cd942f7dd48888863ee855451eed8 /include
parentRemove unused tag type name (that happens to be reserved) in typedef (diff)
downloadcore-c59ec659ee5cd262c765ed101605b1c87fea2a6d.tar.gz
core-c59ec659ee5cd262c765ed101605b1c87fea2a6d.zip
Remove unused tag type name (that happens to be reserved) in typedef
Change-Id: Ibe1cae135879ae0e6cbc0eb01bb1704be22b8c4e
Diffstat (limited to 'include')
-rw-r--r--include/clew/clew.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clew/clew.h b/include/clew/clew.h
index 92a67ce4cbcf..f932b341cde2 100644
--- a/include/clew/clew.h
+++ b/include/clew/clew.h
@@ -338,7 +338,7 @@ typedef cl_uint cl_event_info;
typedef cl_uint cl_command_type;
typedef cl_uint cl_profiling_info;
-typedef struct _cl_image_format {
+typedef struct {
cl_channel_order image_channel_order;
cl_channel_type image_channel_data_type;
} cl_image_format;