Code cleanup
This commit is contained in:
parent
981567e218
commit
7d85948347
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Unix utils */
|
/* This file is part of DeforaOS Unix utils */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -47,7 +47,7 @@ static int _list(Call * calls)
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
for(i = 0; calls[i].name != NULL; i++)
|
for(i = 0; calls[i].name != NULL; i++)
|
||||||
printf("%s\n", calls[i].name);
|
puts(calls[i].name);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user