]> git.zerfleddert.de Git - hmcfgusb/blobdiff - hmsniff.c
Cleanup: Improve const correctness
[hmcfgusb] / hmsniff.c
index 01afe05788f00b41597bb0c02d691de687708174..2ffb9e112fb445c2285991197463deb8833571fb 100644 (file)
--- a/hmsniff.c
+++ b/hmsniff.c
@@ -42,7 +42,7 @@
 static int verbose = 0;
 
 /* See HMConfig.pm */
 static int verbose = 0;
 
 /* See HMConfig.pm */
-char *hm_message_types(uint8_t type, uint8_t subtype)
+const char *hm_message_types(uint8_t type, uint8_t subtype)
 {
        switch(type) {
                case 0x00:
 {
        switch(type) {
                case 0x00:
Impressum, Datenschutz