[haiku-commits] Re: haiku: hrev44878 - in src/apps/debugger/user_interface: cli util gui/team_window

  • From: Axel DÃrfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 23 Nov 2012 20:37:42 +0100

On 11/23/2012 12:22 PM, Ingo Weinhold wrote:
           _RegisterCommand("sc", stackTraceCommandReference2.Detach()) &&
           _RegisterCommand("stop", new(std::nothrow) CliStopCommand) &&
           _RegisterCommand("thread", new(std::nothrow)
CliThreadCommand) &&
-        _RegisterCommand("threads", new(std::nothrow)
CliThreadsCommand)) {
+        _RegisterCommand("threads", new(std::nothrow)
CliThreadsCommand) &&

Are those operators really last in line here, or is that my imagination? :-)

Bye,
   Axel.


Other related posts: