]> git.sur5r.net Git - ngadmin/commitdiff
Lib: fix duplicate error value
authordarkcoven <admin@darkcoven.tk>
Fri, 20 Sep 2013 22:10:44 +0000 (00:10 +0200)
committerdarkcoven <admin@darkcoven.tk>
Fri, 20 Sep 2013 22:10:44 +0000 (00:10 +0200)
lib/include/ngadmin.h

index 1f48f2fd738f07a0d01bfe452e11e001676f39ea..d4c7685c309ffd6f6106e1a2358ee48cccf4c1b5 100644 (file)
@@ -55,7 +55,7 @@ enum {
        ERR_INVARG = -6,                /**< invalid argument */
        ERR_TIMEOUT = -7,               /**< timeout */
        ERR_MEM = -8,                   /**< out of memory */
-       ERR_NOTIMPL = -8                /**< not implemented */
+       ERR_NOTIMPL = -9                /**< not implemented */
 };