]> git.tuebingen.mpg.de Git - dss.git/blobdiff - snap.h
snap.h: Fix HSA_ITEM.
[dss.git] / snap.h
diff --git a/snap.h b/snap.h
index f0ffd45bfd6081594900a04baa2f89acd8594be6..ab8d26ddae988c8e50678894df1f92546798e6fc 100644 (file)
--- a/snap.h
+++ b/snap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -19,7 +19,7 @@
 #define HSA_ITEM(x, y) x
 enum hook_status {HOOK_STATUS_ARRAY};
 #undef HSA_ITEM
-#define HSA_ITEM(x, y) [x] = y
+#define HSA_ITEM(x, y) y
 
 
 /**