]> granicus.if.org Git - graphviz/commitdiff
checkpoint
authorellson <devnull@localhost>
Mon, 6 Oct 2008 19:17:33 +0000 (19:17 +0000)
committerellson <devnull@localhost>
Mon, 6 Oct 2008 19:17:33 +0000 (19:17 +0000)
lib/inkpot/inkpot_value.c

index ecb2f2c625d9cfae09d01e18f652b722a0a0d126..645685d97c3b1235e03a35a42fc27b8d0005db64 100644 (file)
@@ -21,7 +21,7 @@
 #include "inkpot.h"
 #include "inkpot_lib_define.h"
 #include "inkpot_value.h"
-#include "inkpot_libi_value.h"
+#include "inkpot_lib_value.h"
 
 inkpot_status_t inkpot_value_set ( inkpot_values_t *values, inkpot_value_t *value )
 {
@@ -33,7 +33,7 @@ inkpot_status_t inkpot_value_set ( inkpot_values_t *values, inkpot_value_t *valu
 
 inkpot_status_t inkpot_value_get ( inkpot_values_t *values, inkpot_value_t *value )
 {
-    IDX_VALUES_24 i;
+    IDX_VALUES_24_t i;
     unsigned short v;
 
     /* FIXME - this routine must check for 8 bit values and properly scale to 16 for the api */