Replaced NULL with nullptr
[pulseview.git] / pv / data / decode / decoder.cpp
index 35840909b9b5b543a20c8e430d9bb6387b514883..018051df0fccc0182a92fb9ce6727aa9303863a0 100644 (file)
@@ -129,7 +129,7 @@ srd_decoder_inst* Decoder::create_decoder_inst(srd_session *session, int unit_si
        g_hash_table_destroy(opt_hash);
 
        if(!decoder_inst)
-               return NULL;
+               return nullptr;
 
        // Setup the channels
        GHashTable *const channels = g_hash_table_new_full(g_str_hash,