Fix "/*" within comment warning

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
This commit is contained in:
Sebastian Huber 2016-03-21 12:07:52 +01:00 committed by Corinna Vinschen
parent 1e6205b1ae
commit 98b615106d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ typedef quad_t * qaddr_t;
# define quad quad_t
#endif
/* These types are required by netinet/*.h on Cygwin */
/* These types are required by netinet/ *.h on Cygwin */
#if __BSD_VISIBLE || defined(__CYGWIN__)
#ifndef _BSDTYPES_DEFINED
/* also defined in mingw/gmon.h and in w32api/winsock[2].h */