Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 515526
Collapse All | Expand All

(-)a/apcupsd-3.14.12/src/apcaccess.c (-1 / +1 lines)
Lines 146-152 Link Here
146
#endif
146
#endif
147
147
148
   // Process standard options
148
   // Process standard options
149
   char ch;
149
   int ch;
150
   while ((ch = getopt(argc, argv, "f:h:p:u")) != -1)
150
   while ((ch = getopt(argc, argv, "f:h:p:u")) != -1)
151
   {
151
   {
152
      switch (ch)
152
      switch (ch)

Return to bug 515526