summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hooks/abrt-pyhook-helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hooks/abrt-pyhook-helper.cpp b/src/Hooks/abrt-pyhook-helper.cpp
index e20fc49d..818119a6 100644
--- a/src/Hooks/abrt-pyhook-helper.cpp
+++ b/src/Hooks/abrt-pyhook-helper.cpp
@@ -46,6 +46,7 @@ int main(int argc, char** argv)
{ "uuid" , required_argument, NULL, 'u' },
{ "cmdline" , required_argument, NULL, 'c' },
{ "loginuid" , required_argument, NULL, 'l' },
+ { 0 },
};
int opt;
while ((opt = getopt_long(argc, argv, "p:e:u:c:l:", longopts, NULL)) != -1)