[libgda] GdaWorkerThread: Remove trailing comma.



commit 6ac42e353d902240638e67e0c241f5a7dd02fca5
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 29 12:50:33 2014 +0200

    GdaWorkerThread: Remove trailing comma.
    
    This causes a g++ warning when using -pedantic.

 libgda/thread-wrapper/gda-worker.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/thread-wrapper/gda-worker.h b/libgda/thread-wrapper/gda-worker.h
index f1451cb..40d304e 100644
--- a/libgda/thread-wrapper/gda-worker.h
+++ b/libgda/thread-wrapper/gda-worker.h
@@ -66,7 +66,7 @@ typedef enum {
        GDA_WORKER_JOB_BEING_PROCESSED_ERROR,
        GDA_WORKER_JOB_PROCESSED_ERROR,
        GDA_WORKER_JOB_CANCELLED_ERROR,
-       GDA_WORKER_THREAD_KILLED,
+       GDA_WORKER_THREAD_KILLED
 } GdaWorkerError;
 
 GdaWorker *gda_worker_new (void);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]