diff options
-rw-r--r-- | include/regchannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 69c1f75f2..1823b1db7 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -89,4 +89,5 @@ class ChannelInfo : public Extensible int16 capsmin, capspercent; /* For CAPS kicker */ int16 floodlines, floodsecs; /* For FLOOD kicker */ int16 repeattimes; /* For REPEAT kicker */ -};
\ No newline at end of file +}; + |