]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor const added
authorYann Collet <cyan@fb.com>
Thu, 27 Oct 2016 01:44:59 +0000 (18:44 -0700)
committerYann Collet <cyan@fb.com>
Thu, 27 Oct 2016 01:44:59 +0000 (18:44 -0700)
examples/multiple_streaming_compression.c

index c002a887247ad5705ea174da43e89c62ccd570a4..61699104c40fb6bba045d852cac14f3065c8dc13 100644 (file)
@@ -135,7 +135,7 @@ int main(int argc, const char** argv)
         return 1;
     }
 
-    resources ress = createResources_orDie();
+    resources const ress = createResources_orDie();
     void* ofnBuffer = NULL;
     size_t ofnbSize = 0;