Commit c7e449c2 authored by Seblu's avatar Seblu
Browse files

compile fix

parent f99205ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ SLDaemon::Options *SLDaemon::getoptions(int argc, char *argv[]) const {
      opt.pass = string(argv[i]);
    }
    else
      throw Error(ERRR_USAGE, (string) "Invalid options : " + argv[i]);
      throw Error(ERR_USAGE, (string) "Invalid options : " + argv[i]);
  }
  mopt = new Options();
  *mopt = opt;