cosmetic again
This commit is contained in:
parent
593eeeddc9
commit
e19f6b311b
@ -49,7 +49,7 @@ char ligne[81];
|
|||||||
int foo;
|
int foo;
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, "--> %s ( '%s' %d )\n", __func__, title, unused);
|
fprintf(stderr, ">>> %s ( '%s' %d )\n", __func__, title, unused);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (verbosity) {
|
if (verbosity) {
|
||||||
@ -71,7 +71,7 @@ int line, foo;
|
|||||||
char buff[80];
|
char buff[80];
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, "--> %s ( '%s' %d %d )\n", __func__,
|
fprintf(stderr, ">>> %s ( '%s' %d %d )\n", __func__,
|
||||||
txt, violence, unused);
|
txt, violence, unused);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ int erase_error_message(int ascii)
|
|||||||
int foo;
|
int foo;
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, "--> %s ( '%c' )\n", __func__, ascii);
|
fprintf(stderr, ">>> %s ( '%c' )\n", __func__, ascii);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
standout();
|
standout();
|
||||||
@ -117,7 +117,7 @@ return 0;
|
|||||||
int draw_a_button(WINDOW *w, int lig, int col, char *txt, int state)
|
int draw_a_button(WINDOW *w, int lig, int col, char *txt, int state)
|
||||||
{
|
{
|
||||||
#if DEBUG_LEVEL > 1
|
#if DEBUG_LEVEL > 1
|
||||||
fprintf(stderr, "--> %s ( %3d %3d '%s' %d )\n", __func__,
|
fprintf(stderr, ">>> %s ( %3d %3d '%s' %d )\n", __func__,
|
||||||
lig, col, txt, state);
|
lig, col, txt, state);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user