cmd: Fix WCMD_fgets documentation.

This commit is contained in:
Frédéric Delanoy 2011-09-24 23:31:01 +02:00 committed by Alexandre Julliard
parent 9c61656307
commit 83daee9a89
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ WCHAR *WCMD_parameter (WCHAR *s, int n, WCHAR **where, WCHAR **end) {
/****************************************************************************
* WCMD_fgets
*
* Get one line from a batch file. We can't use the native f* functions because
* Get one line from a batch file/console. We can't use the native f* functions because
* of the filename syntax differences between DOS and Unix. Also need to lose
* the LF (or CRLF) from the line.
*/