[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] move exit from module_close to main
From: |
Christopher Brannon |
Subject: |
[PATCH 1/1] move exit from module_close to main |
Date: |
Thu, 18 Nov 2010 13:27:43 +0000 |
Andrei Kholodnyi <andrei.kholodnyi at gmail.com> writes:
> + else if (!strcmp(cmd_buf,"QUIT""\n")) {
Why not just write the constant as "QUIT\n"?
> + return(0);
This is being very picky on my part. Most of the code uses the form
return 0;,
but you have consistently used return(0) throughout this patch. Should
I change it? Does it really matter to anyone?
-- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101118/807e4b18/attachment.pgp>