*** empty log message ***

merge-requests/1/head
Oliver Rauch 2004-01-08 19:59:05 +00:00
rodzic 872a4544c9
commit 3f7078d7f6
2 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2004-01-08 Oliver Rauch <oliver.rauch@rauch-domain.de>
* backend/umax.c: changed order of includes because of compilation error
2004-01-07 Oliver Rauch <oliver.rauch@rauch-domain.de>
* backend/umax.c: disabled quality calibration for Astra 2200 SU via USB

Wyświetl plik

@ -49,7 +49,7 @@
/* --------------------------------------------------------------------------------------------------------- */
#define BUILD 41
#define BUILD 42
/* --------------------------------------------------------------------------------------------------------- */
@ -129,6 +129,8 @@ in ADF mode this is done often:
#include "sane/saneopts.h"
#include "sane/sanei_scsi.h"
#include "sane/sanei_debug.h"
#include "sane/sanei_backend.h"
#include "sane/sanei_config.h"
#ifdef HAVE_OS2_H
# include "../include/sane/sanei_thread.h"
@ -149,8 +151,6 @@ in ADF mode this is done often:
#endif
#include "umax.h"
#include "sane/sanei_backend.h"
#include "sane/sanei_config.h"
/* ------------------------------------------------------------ SANE DEFINES ------------------------------- */