summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-25 20:28:26 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:16 (GMT)
commitdc5a442bef1073e4ebf8a318b185ce251a48cf79 (patch)
treefcd8fc2180fd051df836b8c62d7ff3c4d5282ac3 /src/eulogium.h
parent1aa41b151e086a1b61ecb482b0559de6eb986fcd (diff)
downloadeulogium-dc5a442bef1073e4ebf8a318b185ce251a48cf79.zip
eulogium-dc5a442bef1073e4ebf8a318b185ce251a48cf79.tar.gz
eulogium-dc5a442bef1073e4ebf8a318b185ce251a48cf79.tar.bz2
print time should be an int, not a pointer
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index b8b7089..214cd35 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -25,7 +25,7 @@ enum file_type {
struct print_data {
Evas_Object *progress;
Evas_Object *status;
- uint_fast32_t *time;
+ uint_fast32_t time;
char *file;
char *name;
enum file_type type;