summaryrefslogtreecommitdiff
path: root/backend/epson2_scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/epson2_scsi.c')
-rw-r--r--backend/epson2_scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epson2_scsi.c b/backend/epson2_scsi.c
index 89394cd..8e95c6f 100644
--- a/backend/epson2_scsi.c
+++ b/backend/epson2_scsi.c
@@ -32,7 +32,7 @@ sanei_epson2_scsi_sense_handler(int scsi_fd,
if (result[0] && result[0] != 0x70) {
DBG(2, "%s: sense code = 0x%02x\n",
- __FUNCTION__, result[0]);
+ __func__, result[0]);
return SANE_STATUS_IO_ERROR;
} else {
return SANE_STATUS_GOOD;