1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Remove an extraneous git command
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed
--- a/include/fcml_assembler.h
+++ b/include/fcml_assembler.h
@@ -48,7 +48,7 @@
typedef struct fcml_st_assembler_conf {
/** Set to true in order to force assembler to increment IP address by
* length of the assembled instruction. */
- fcml_bool increment_ip;git push --set-upstream origin changelog_update
+ fcml_bool increment_ip;
/** True if optional error and warning messages should be collected
* during processing. */
fcml_bool enable_error_messages;
|