~ubuntu-branches/debian/experimental/hplip/experimental

« back to all changes in this revision

Viewing changes to scan/sane/hpaio.c

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-12-08 08:51:39 UTC
  • mfrom: (1.6.3) (20.1.19 raring)
  • Revision ID: package-import@ubuntu.com-20121208085139-49kd26emnhy7qytz
Tags: 3.12.11-1
New Upstream Release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
    if (strcmp(*((char **)handle), "SCL-PML") == 0)
369
369
       return sclpml_get_option_descriptor(handle, option);
370
370
    else
371
 
       return SANE_STATUS_UNSUPPORTED;
 
371
       return NULL;
372
372
}  /* sane_hpaio_get_option_descriptor() */
373
373
 
374
374
extern SANE_Status sane_hpaio_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void * pValue, SANE_Int * pInfo )