Fix typo in last commit
authorDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 22:34:43 +0000 (22:34 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 22:34:43 +0000 (22:34 +0000)
Original commit message from CVS:
Fix typo in last commit

gst/gstatomic_impl.h

index 3c33cb1..81b64d5 100644 (file)
@@ -297,7 +297,7 @@ gst_atomic_int_dec_and_test (GstAtomicInt *aint)
 
   ptr = &aint->counter;
 
-#if __GNUC__ > 3 || (__GNUC__ >=3 && __GNUC_MINOR__ >= 2)
+#if __GNUC__ > 3 || (__GNUC__ >=3 && __GNUC_MINOR__ >= 2)
   __asm__ __volatile__("1: ldstub [%[ptr] + 3], %[lock]\n"
                       "\torcc %[lock], 0, %[ignore]\n"
                       "\tbne 1b\n" /* go back until we have the lock */