summaryrefslogtreecommitdiff
path: root/src/script_handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/script_handler.c')
-rw-r--r--src/script_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_handler.c b/src/script_handler.c
index 76ac35c..91a6285 100644
--- a/src/script_handler.c
+++ b/src/script_handler.c
@@ -835,7 +835,7 @@ HAPI int script_handler_parse_desc(const char *pkgname, const char *id, const ch
VALUE_FILE = 0x03,
VALUE_OPTION = 0x04,
VALUE_ID = 0x05,
- VALUE_TARGET = 0x06,
+ VALUE_TARGET = 0x06
};
const char *field_name[] = {
"type",