]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/dlist.h
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / lib / dlist.h
index d50178a1868d0e6d153a84bd460df7f85f02b887..11d2f76d7527fd26ad8b9b2442dbbda1ed06654d 100644 (file)
@@ -35,7 +35,7 @@
  * Loop var through each member of list
  */
 #define foreach_dlist(var, list) \
-        for((var)=NULL; ((void *)(var))=(list)->next((var)); )
+        for((var)=NULL; (((void *)(var))=(list)->next(var)); )
 
 struct dlink {
    void *next;