Fixed window closing bug #43
[rodin/chimara.git] / libchimara / stream.c
index afc55be96eb4f0a7b95fffa3283fe63931cb0975..b0e97f9ff5b3553153cf72cd68e0073b84b8057f 100644 (file)
@@ -24,7 +24,7 @@ stream_new_common(glui32 rock)
        /* Add it to the global stream list */
        glk_data->stream_list = g_list_prepend(glk_data->stream_list, str);
        str->stream_list = glk_data->stream_list;
-       
+
        return str;
 }