final Revision CVS keyword removal

escl-fix-sleep-mode
Mikolaj Kucharski 2020-11-29 09:19:26 +00:00
rodzic 4196d204f1
commit cbf9627fd8
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -44,7 +44,6 @@
*/
static char *hp_backend_version = "1.06";
static char *hp_backend_revision = "$Revision$";
/* Changes:
V 1.06:
@ -653,8 +652,8 @@ hp_read_config (void)
is_df_config = 1;
cu_device[0] = '\0';
DBG(1, "hp_read_config: hp backend v%s/%s starts reading config file\n",
hp_backend_version, hp_backend_revision);
DBG(1, "hp_read_config: hp backend v%s starts reading config file\n",
hp_backend_version);
if ((fp = sanei_config_open(HP_CONFIG_FILE)) != 0)
{