~ubuntu-wine/ubuntu/lucid/wine1.2/wine1.2+winepulse

« back to all changes in this revision

Viewing changes to dlls/dsound/capture.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-02-02 11:15:03 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100202111503-w4ayji21ei1ginjr
Tags: 1.1.37-0ubuntu1
* New upstream release
  - A number of fixes in AVI file support.
  - Several MSXML improvements.
  - A few MSI fixes.
  - Various bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1249
1249
 
1250
1250
    /* FIXME: We can only have one buffer so what do we do here? */
1251
1251
    if (This->device->capture_buffer) {
1252
 
        WARN("lnvalid parameter: already has buffer\n");
 
1252
        WARN("invalid parameter: already has buffer\n");
1253
1253
        return DSERR_INVALIDPARAM;    /* DSERR_GENERIC ? */
1254
1254
    }
1255
1255