add missing semicolon
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -676,7 +676,7 @@ unvis(char *cp, int c, int *astate, int flag);
|
||||
|
||||
#if !defined(HAVE_VIS) || defined(NEED_VIS_PROTO)
|
||||
char *
|
||||
vis(char *dst, int c, int flag, int nextc)
|
||||
vis(char *dst, int c, int flag, int nextc);
|
||||
#endif
|
||||
|
||||
ROKEN_CPP_END
|
||||
|
Reference in New Issue
Block a user