summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_critical_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_critical_section.h')
-rwxr-xr-xsource/LCM/include/t_critical_section.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/LCM/include/t_critical_section.h b/source/LCM/include/t_critical_section.h
index 17e4ff7..448da41 100755
--- a/source/LCM/include/t_critical_section.h
+++ b/source/LCM/include/t_critical_section.h
@@ -20,7 +20,7 @@
* Types, constants
******************************************************************************/
/** Critical Section abstract type definition */
-typedef void* CriticalSection_t;
+typedef void *CriticalSection_t;
/** @} */
/** @} */