Removed C++-style comment

merge-requests/1/head
Oliver Schwartz 2005-08-16 20:15:10 +00:00
rodzic a2f1183de1
commit 0f98b4adfe
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
2005-08-16 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan-scsi.c: Make compileable ;-)
* backend/snapscan-options.c: Removed //-style comment
2005-08-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -16,7 +17,7 @@
backend/sm3600-scanutil.c backend/sm3600.c backend/sm3600.h
doc/sane-sm3600.man doc/sane-usb.man:
Removed direct dependence of sm3600 on libusb. Used sanei_usb
instead. Based on patch from François Revol <revol@free.fr>.
instead. Based on patch from Fran<EFBFBD>is Revol <revol@free.fr>.
Updated documentation accordingly. Fixed compilation warnings.
2005-08-15 Oliver Schwartz <Oliver.Schwartz@gmx.de>

Wyświetl plik

@ -233,7 +233,6 @@ static void init_options (SnapScan_Scanner * ps)
{10, 50, 75, 100, 150, 200, 300, 400, 600, 1200, 2400};
static SANE_Word resolutions_3200[] =
{13, 200, 240, 266, 300, 350, 360, 400, 600, 720, 800, 1200, 2400, 3200};
//{17, 50, 72, 96, 150, 200, 240, 266, 300, 350, 360, 400, 600, 720, 800, 1200, 2400, 3200};
static SANE_String_Const names_all[] =
{md_colour, md_bilevelcolour, md_greyscale, md_lineart, NULL};
static SANE_String_Const names_basic[] =
@ -1535,6 +1534,9 @@ SANE_Status sane_control_option (SANE_Handle h,
/*
* $Log$
* Revision 1.23 2005/08/16 20:15:10 oliver-guest
* Removed C++-style comment
*
* Revision 1.22 2005/08/15 18:06:37 oliver-guest
* Added support for Epson 3490/3590 (thanks to Matt Judge)
*