Code cleanup
This commit is contained in:
parent
a0e5a6f631
commit
4c86be7f99
|
@ -1,7 +1,7 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
static char const _copyright[] =
|
static char const _copyright[] =
|
||||||
"Copyright © 2010-2011 Sébastien Bocahu <zecrazytux@zecrazytux.net>\n"
|
"Copyright © 2010-2011 Sébastien Bocahu <zecrazytux@zecrazytux.net>\n"
|
||||||
"Copyright © 2011-2013 Pierre Pronchery <khorben@defora.org>";
|
"Copyright © 2011-2014 Pierre Pronchery <khorben@defora.org>";
|
||||||
static char const _license[] =
|
static char const _license[] =
|
||||||
"This program is free software; you can redistribute it and/or modify\n"
|
"This program is free software; you can redistribute it and/or modify\n"
|
||||||
"it under the terms of the GNU General Public License as published by the\n"
|
"it under the terms of the GNU General Public License as published by the\n"
|
||||||
|
@ -786,7 +786,7 @@ void set_prevnext_sensitivity(PDFviewer * pdfviewer)
|
||||||
void pdf_update_scale(PDFviewer * pdfviewer, const char op, double n)
|
void pdf_update_scale(PDFviewer * pdfviewer, const char op, double n)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s('%c', %lf)\n", __func__, op, n);
|
fprintf(stderr, "DEBUG: %s('%c', %f)\n", __func__, op, n);
|
||||||
#endif
|
#endif
|
||||||
switch(op)
|
switch(op)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user