summaryrefslogtreecommitdiff
path: root/desktop/unx/source/file_image.h
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:13:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:22 +0100
commit72c48b716640c76f0a8fa49341ce3b0099004991 (patch)
tree6aa8da1631e3d18272bd39ab55111885ab339b45 /desktop/unx/source/file_image.h
parent89c4edc13f203db1641c63e22774262bbe61f36f (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8204a300c98b891a842ef2e40b65f0810dd7817a
Diffstat (limited to 'desktop/unx/source/file_image.h')
-rw-r--r--desktop/unx/source/file_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/file_image.h b/desktop/unx/source/file_image.h
index 736ef57c0810..60fdc8e96a16 100644
--- a/desktop/unx/source/file_image.h
+++ b/desktop/unx/source/file_image.h
@@ -39,7 +39,7 @@ struct file_image_st
typedef struct file_image_st file_image;
-#define FILE_IMAGE_INITIALIZER { 0, 0 }
+#define FILE_IMAGE_INITIALIZER { NULL, 0 }
/** file_image_open.