diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-27 10:10:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-27 10:10:47 +0200 |
commit | d4518082362afebef9400bcbf46e38228de83bf1 (patch) | |
tree | 2c33a18b7a5b45832bdf945d3ba7819404135760 /runtime/module-template.h | |
parent | b5faa3c4cef4d8a076a2de9953806ea90c9052d7 (diff) | |
download | rsyslog-d4518082362afebef9400bcbf46e38228de83bf1.tar.gz rsyslog-d4518082362afebef9400bcbf46e38228de83bf1.tar.xz rsyslog-d4518082362afebef9400bcbf46e38228de83bf1.zip |
reduced number of compile warnings in -pedantic gcc mode
Diffstat (limited to 'runtime/module-template.h')
-rw-r--r-- | runtime/module-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/module-template.h b/runtime/module-template.h index a200c4f2..53f5543a 100644 --- a/runtime/module-template.h +++ b/runtime/module-template.h @@ -51,7 +51,7 @@ * a module provides multiple types, several separate modules must be created which * then should share a single library containing the majority of code. This macro * must be present in each module. -- rgerhards, 2007-12-14 -* Note that MODULE_TYPE_TESTBENCH is reserved for testbenches, but + * Note that MODULE_TYPE_TESTBENCH is reserved for testbenches, but * declared in their own header files (because the rest does not need these * defines). -- rgerhards, 2008-06-13 */ |