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