]> granicus.if.org Git - graphviz/commitdiff
remove an unnecessary unary +
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Oct 2020 16:38:52 +0000 (09:38 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 7 Nov 2020 01:05:10 +0000 (17:05 -0800)
lib/gvc/gvdevice.c

index d539b1311a5ba6b6585170ba50c61149ea37a214..90692c88b2413268fc989425bfb0a9ce0c5ff364 100644 (file)
@@ -277,7 +277,7 @@ int gvputs(GVJ_t * job, const char *s)
     if (gvwrite (job, s, len) != len) {
        return EOF;
     }
-    return +1;
+    return 1;
 }
 
 int gvputc(GVJ_t * job, int c)