aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/vendor.h')
-rw-r--r--includes/vendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/vendor.h b/includes/vendor.h
index 21d52562..021f4e78 100644
--- a/includes/vendor.h
+++ b/includes/vendor.h
@@ -22,7 +22,7 @@
typedef struct _Vendor Vendor;
struct _Vendor {
char *match_string;
- int match_case; /* 0 = ignore case, 1 = match case*/
+ int match_case; /* 0 = ignore case, 1 = match case */
char *name;
char *url;
};