]> Dogcows Code - chaz/openbox/commitdiff
can fit on one line
authorDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 07:58:52 +0000 (07:58 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 19 Mar 2003 07:58:52 +0000 (07:58 +0000)
render/render.c

index b048bcecd0448ae77372a042bc06220757811c39..09d31b9c816540c26aab5e9b9e1fb9c9ff11aa60 100644 (file)
@@ -192,8 +192,7 @@ Appearance *appearance_copy(Appearance *orig)
     break;
     }
     copy->textures = orig->textures;
-    copy->texture = g_memdup(orig->texture,
-                             orig->textures * sizeof(Texture));
+    copy->texture = g_memdup(orig->texture, orig->textures * sizeof(Texture));
     copy->pixmap = None;
     copy->xftdraw = NULL;
     return copy;
This page took 0.023885 seconds and 4 git commands to generate.