kopia lustrzana https://gitlab.com/sane-project/backends
final Revision CVS keyword removal
rodzic
4196d204f1
commit
cbf9627fd8
|
@ -44,7 +44,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static char *hp_backend_version = "1.06";
|
static char *hp_backend_version = "1.06";
|
||||||
static char *hp_backend_revision = "$Revision$";
|
|
||||||
/* Changes:
|
/* Changes:
|
||||||
|
|
||||||
V 1.06:
|
V 1.06:
|
||||||
|
@ -653,8 +652,8 @@ hp_read_config (void)
|
||||||
is_df_config = 1;
|
is_df_config = 1;
|
||||||
cu_device[0] = '\0';
|
cu_device[0] = '\0';
|
||||||
|
|
||||||
DBG(1, "hp_read_config: hp backend v%s/%s starts reading config file\n",
|
DBG(1, "hp_read_config: hp backend v%s starts reading config file\n",
|
||||||
hp_backend_version, hp_backend_revision);
|
hp_backend_version);
|
||||||
|
|
||||||
if ((fp = sanei_config_open(HP_CONFIG_FILE)) != 0)
|
if ((fp = sanei_config_open(HP_CONFIG_FILE)) != 0)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue