Skip to content

Commit e9b77e2

Browse files
x746edcantrell
authored andcommitted
Add a missing semicolon.
1 parent c2f8d2d commit e9b77e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydevice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ PyObject *_ped_Device_get(_ped_Device *self, void *closure)
264264
// the replacement character.
265265
//
266266
// https://github.com/dcantrell/pyparted/issues/76
267-
return PyUnicode_FromFormat("%s", self->model)
267+
return PyUnicode_FromFormat("%s", self->model);
268268
} else {
269269
return PyUnicode_FromString("");
270270
}

0 commit comments

Comments
 (0)