diff options
Diffstat (limited to 'backend/genesys_gl843.h')
| -rw-r--r-- | backend/genesys_gl843.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/backend/genesys_gl843.h b/backend/genesys_gl843.h index f31f0ee..4be46cc 100644 --- a/backend/genesys_gl843.h +++ b/backend/genesys_gl843.h @@ -1,6 +1,6 @@  /* sane - Scanner Access Now Easy. -   Copyright (C) 2010-2013 Stéphane Voltz <stef.dev@free.fr> +   Copyright (C) 2010-2013 Stéphane Voltz <stef.dev@free.fr>     This file is part of the SANE package. @@ -73,8 +73,8 @@ SANE_Status gl843_xpa_motor_off (Genesys_Device * dev);  SANE_Status gl843_move_to_ta (Genesys_Device * dev);  #endif -#define DBGSTART DBG (DBG_proc, "%s start\n", __FUNCTION__); -#define DBGCOMPLETED DBG (DBG_proc, "%s completed\n", __FUNCTION__); +#define DBGSTART DBG (DBG_proc, "%s start\n", __func__); +#define DBGCOMPLETED DBG (DBG_proc, "%s completed\n", __func__);  #define REG01           0x01  #define REG01_CISSET	0x80 | 
