Skip to content

Commit

Permalink
fix parenthesis position
Browse files Browse the repository at this point in the history
  • Loading branch information
uno20001 committed Apr 19, 2020
1 parent 78c82a8 commit 334c42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#include "msg.h"


void fatal(const char *format, ...) {
void fatal(const char *format, ...)
{

va_list args;
va_start(args, format);
Expand Down

0 comments on commit 334c42a

Please sign in to comment.