Skip to content

Commit

Permalink
Make comment a C comment not shell Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 4c6f856 commit ec8ba3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/console/conio.c
Expand Up @@ -63,8 +63,10 @@
extern "C" int tgetent(void *, const char *);
extern "C" int tgetnum(const char *);
extern "C" char *tgetstr (const char*, char**);
# Note: the following on older (Solaris 10) systems
# may need to be moved to after the #endif
/*
* Note: the following on older (Solaris 10) systems
* may need to be moved to after the #endif
*/
extern "C" char *tgoto (const char *, int, int);
#endif
#elif defined(__sgi)
Expand Down

0 comments on commit ec8ba3f

Please sign in to comment.