diff options
author | marha <marha@users.sourceforge.net> | 2009-08-04 10:27:39 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-04 10:27:39 +0000 |
commit | e2cafb0970b536247274e86ae949beeb7ab1e814 (patch) | |
tree | ba2677dad8f313044be22a4a264bd51c48cd0eac /libxkbfile/src/xkmout.c | |
parent | 5c5065bca2d3438d1818469b0e1eceb8da3ebee1 (diff) | |
download | vcxsrv-e2cafb0970b536247274e86ae949beeb7ab1e814.tar.gz vcxsrv-e2cafb0970b536247274e86ae949beeb7ab1e814.tar.bz2 vcxsrv-e2cafb0970b536247274e86ae949beeb7ab1e814.zip |
Removed warning C4138: '*/' found outside of comment
Diffstat (limited to 'libxkbfile/src/xkmout.c')
-rw-r--r-- | libxkbfile/src/xkmout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxkbfile/src/xkmout.c b/libxkbfile/src/xkmout.c index 403e48810..08efea68d 100644 --- a/libxkbfile/src/xkmout.c +++ b/libxkbfile/src/xkmout.c @@ -1318,7 +1318,7 @@ int (*getTOC)( XkbFileInfo * /* result */, XkmInfo * /* info */, int /* max_to */, - xkmSectionInfo */* toc_rtrn */ + xkmSectionInfo * /* toc_rtrn */ ); switch (result->type) { |