Declare `geomtab' as static. It was bogusly shared between the asc and
the gsc drivers.
This commit is contained in:
parent
4fbadacb81
commit
1c6d84074a
@ -120,7 +120,7 @@ extern d_open_t ascopen;
|
||||
*** THE GEMOMETRY TABLE
|
||||
***/
|
||||
|
||||
const struct asc_geom {
|
||||
static const struct asc_geom {
|
||||
int dpi; /* dots per inch */
|
||||
int dpl; /* dots per line */
|
||||
int bpl; /* bytes per line */
|
||||
|
@ -101,7 +101,7 @@
|
||||
|
||||
#define GEOMTAB_SIZE 7
|
||||
|
||||
const struct gsc_geom {
|
||||
static const struct gsc_geom {
|
||||
int dpi; /* dots per inch */
|
||||
int dpl; /* dots per line */
|
||||
int g_res; /* get resolution value (status flag) */
|
||||
|
Loading…
Reference in New Issue
Block a user