-rw-r--r-- | src/util/amd_performance_monitor/ati_get_group_and_counter_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c index cb6419b..d89edb3 100644 --- a/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c +++ b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "ati_get_group_and_counter_list.h" | 1 | #include "ati_get_group_and_counter_list.h" |
2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | 3 | ||
4 | extern void glGetPerfMonitorGroupsAMD (int* numGroups, int groupsSize, | 4 | extern void glGetPerfMonitorGroupsAMD (int *numGroups, int groupsSize, |
5 | void *groups); | 5 | void *groups); |
6 | 6 | ||
7 | void | 7 | void |