Fixed a warning with -pedantic
This commit is contained in:
parent
3ae04f587a
commit
5db44191b0
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Unix utils */
|
/* This file is part of DeforaOS Unix utils */
|
||||||
/* utils is not free software; you can redistribute it and/or modify it under
|
/* utils is not free software; you can redistribute it and/or modify it under
|
||||||
* the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
|
* the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
|
||||||
|
@ -95,7 +95,7 @@ static int _printf_unescape(char const ** p)
|
||||||
putc('\b', stdout);
|
putc('\b', stdout);
|
||||||
break;
|
break;
|
||||||
case 'e':
|
case 'e':
|
||||||
putc('\e', stdout);
|
putc('\x1b', stdout);
|
||||||
break;
|
break;
|
||||||
case 'f':
|
case 'f':
|
||||||
putc('\f', stdout);
|
putc('\f', stdout);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user