aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-30 16:40:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-30 16:40:31 +0100
commit412124646f8aabd2ff2e35ab55b26d152e4f371c (patch)
treee6c737f82f3a32635e9de83888453065de9f0254
parent3746f7ad985f5d139094d5b9abfccd1c7475042e (diff)
gst: Fix linting for the category name of the class
-rw-r--r--ipa/IPAConstantsGST.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa/IPAConstantsGST.st b/ipa/IPAConstantsGST.st
index 9585201..b869005 100644
--- a/ipa/IPAConstantsGST.st
+++ b/ipa/IPAConstantsGST.st
@@ -18,7 +18,7 @@
CCompound subclass: CPackedStruct [
<shape: #word>
- <category: 'Language-C interface'>
+ <category: 'OsmoNetwork-Core-GST'>
<comment: 'I am a packed struct with one byte alignment,
Paolo created me, Holger copied me here.'>