1819da9e0c
Copy from home:jsmeix:branches:graphics/sane-backends via accept of submit request 39635 revision 2. Request was accepted with message: sane-backends 1.0.21 version upgrade (bnc#599986) OBS-URL: https://build.opensuse.org/request/show/39635 OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=23
12 lines
395 B
Diff
12 lines
395 B
Diff
--- backend/genesys.c.orig 2010-04-05 15:18:04.000000000 +0200
|
|
+++ backend/genesys.c 2010-05-07 13:06:07.000000000 +0200
|
|
@@ -5436,7 +5436,7 @@ init_gamma_vector_option (Genesys_Scanne
|
|
* @param size maximum size of the range
|
|
* @return a poiter to a valid range or NULL
|
|
*/
|
|
-static create_range(SANE_Fixed size)
|
|
+static SANE_Range *create_range(SANE_Fixed size)
|
|
{
|
|
SANE_Range *range=NULL;
|
|
|