]> git.saurik.com Git - redis.git/blobdiff - dict.h
Swappability bug due to a typo fixed thanks to code review by Felix Geisendörfer...
[redis.git] / dict.h
diff --git a/dict.h b/dict.h
index bd935d5f4e75684acc2d3a2faa7474a03df4a2d0..6f9eaa57ba9da5c76cadce37ce571eeccebc1bdc 100644 (file)
--- a/dict.h
+++ b/dict.h
@@ -5,7 +5,7 @@
  * tables of power of two in size are used, collisions are handled by
  * chaining. See the source code for more information... :)
  *
- * Copyright (c) 2006-2009, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without