mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fixing a typo in the coding guidelines
(closes issue #10717, reported and patched by leedm777) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82376 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -229,7 +229,7 @@ benefit in this:
|
||||
struct foo {
|
||||
int bar;
|
||||
};
|
||||
typedef foo_t struct foo;
|
||||
typedef struct foo foo_t;
|
||||
|
||||
In fact, don't use 'variable type' suffixes at all; it's much preferable to
|
||||
just type 'struct foo' rather than 'foo_s'.
|
||||
|
Reference in New Issue
Block a user