[haiku-commits] r35430 - haiku/trunk/src/kits/tracker

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 8 Feb 2010 01:47:11 +0100 (CET)

Author: anevilyak
Date: 2010-02-08 01:47:11 +0100 (Mon, 08 Feb 2010)
New Revision: 35430
Changeset: http://dev.haiku-os.org/changeset/35430/haiku

Modified:
   haiku/trunk/src/kits/tracker/FSUtils.cpp
Log:
Fix spacing.



Modified: haiku/trunk/src/kits/tracker/FSUtils.cpp
===================================================================
--- haiku/trunk/src/kits/tracker/FSUtils.cpp    2010-02-08 00:46:22 UTC (rev 
35429)
+++ haiku/trunk/src/kits/tracker/FSUtils.cpp    2010-02-08 00:47:11 UTC (rev 
35430)
@@ -2375,7 +2375,7 @@
 }
 
 
-#if __GNUC__ && __GNUC__ <3
+#if __GNUC__ && __GNUC__ < 3
 // obsolete version of FSGetDeskDir retained for bin compat with
 // BeIDE and a few other apps that apparently use it
 status_t


Other related posts:

  • » [haiku-commits] r35430 - haiku/trunk/src/kits/tracker - anevilyak