From bfb279a26fefb878091616812ce3c6eea0b7a54b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 13 Jun 2010 15:11:54 -0700 Subject: calibrate_detector: Add missing parameter --- src/calibrate_detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 3dc57e4b..000403d9 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -263,7 +263,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:x:j:o:", + while ((c = getopt_long(argc, argv, "hi:x:j:o:s:", longopts, NULL)) != -1) { switch (c) { -- cgit v1.2.3